We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7461de1 commit 082a15cCopy full SHA for 082a15c
2 files changed
Makefile
@@ -227,6 +227,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
227
thread/pthread_condattr_setpshared.c \
228
thread/pthread_create.c \
229
thread/pthread_detach.c \
230
+ thread/pthread_equal.c \
231
thread/pthread_getspecific.c \
232
thread/pthread_join.c \
233
thread/pthread_key_create.c \
expected/wasm32-wasi-pthread/defined-symbols.txt
@@ -1001,6 +1001,7 @@ pthread_condattr_setclock
1001
pthread_condattr_setpshared
1002
pthread_create
1003
pthread_detach
1004
+pthread_equal
1005
pthread_getspecific
1006
pthread_join
1007
pthread_key_create
@@ -1231,6 +1232,7 @@ tgammaf
1231
1232
tgammal
1233
thrd_current
1234
thrd_detach
1235
+thrd_equal
1236
thrd_sleep
1237
time
1238
timegm
0 commit comments