Skip to content

Commit

Permalink
Enable the dummy pthread_atfork
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcaneNibble committed Jul 18, 2024
1 parent 6e9df15 commit a6adc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ ifeq ($(THREAD_MODEL), single)
LIBC_TOP_HALF_MUSL_SOURCES += \
$(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR)/, \
thread/default_attr.c \
thread/pthread_atfork.c \
thread/pthread_attr_destroy.c \
thread/pthread_attr_get.c \
thread/pthread_attr_init.c \
Expand Down
1 change: 1 addition & 0 deletions expected/wasm32-wasip1/defined-symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ program_invocation_name
program_invocation_short_name
pselect
psignal
pthread_atfork
pthread_attr_destroy
pthread_attr_getdetachstate
pthread_attr_getguardsize
Expand Down

0 comments on commit a6adc10

Please sign in to comment.