Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6adc10

Browse files
committedJul 18, 2024·
Enable the dummy pthread_atfork
1 parent 6e9df15 commit a6adc10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ ifeq ($(THREAD_MODEL), single)
370370
LIBC_TOP_HALF_MUSL_SOURCES += \
371371
$(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR)/, \
372372
thread/default_attr.c \
373+
thread/pthread_atfork.c \
373374
thread/pthread_attr_destroy.c \
374375
thread/pthread_attr_get.c \
375376
thread/pthread_attr_init.c \

‎expected/wasm32-wasip1/defined-symbols.txt

+1
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ program_invocation_name
951951
program_invocation_short_name
952952
pselect
953953
psignal
954+
pthread_atfork
954955
pthread_attr_destroy
955956
pthread_attr_getdetachstate
956957
pthread_attr_getguardsize

0 commit comments

Comments
 (0)
Please sign in to comment.