Skip to content

Commit a6e91a7

Browse files
authored
Enable pthread_detach (#359)
1 parent 0aa7a98 commit a6e91a7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
216216
thread/pthread_condattr_setclock.c \
217217
thread/pthread_condattr_setpshared.c \
218218
thread/pthread_create.c \
219+
thread/pthread_detach.c \
219220
thread/pthread_getspecific.c \
220221
thread/pthread_join.c \
221222
thread/pthread_key_create.c \

expected/wasm32-wasi/posix/defined-symbols.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ pthread_condattr_init
994994
pthread_condattr_setclock
995995
pthread_condattr_setpshared
996996
pthread_create
997+
pthread_detach
997998
pthread_exit
998999
pthread_getspecific
9991000
pthread_join
@@ -1224,6 +1225,7 @@ tgamma
12241225
tgammaf
12251226
tgammal
12261227
thrd_current
1228+
thrd_detach
12271229
thrd_sleep
12281230
time
12291231
timegm

0 commit comments

Comments
 (0)