We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7a98 commit a6e91a7Copy full SHA for a6e91a7
2 files changed
Makefile
@@ -216,6 +216,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
216
thread/pthread_condattr_setclock.c \
217
thread/pthread_condattr_setpshared.c \
218
thread/pthread_create.c \
219
+ thread/pthread_detach.c \
220
thread/pthread_getspecific.c \
221
thread/pthread_join.c \
222
thread/pthread_key_create.c \
expected/wasm32-wasi/posix/defined-symbols.txt
@@ -994,6 +994,7 @@ pthread_condattr_init
994
pthread_condattr_setclock
995
pthread_condattr_setpshared
996
pthread_create
997
+pthread_detach
998
pthread_exit
999
pthread_getspecific
1000
pthread_join
@@ -1224,6 +1225,7 @@ tgamma
1224
1225
tgammaf
1226
tgammal
1227
thrd_current
1228
+thrd_detach
1229
thrd_sleep
1230
time
1231
timegm
0 commit comments