Skip to content

Commit 082a15c

Browse files
Enable pthread_equal function definition (#374)
1 parent 7461de1 commit 082a15c

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
@@ -227,6 +227,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
227227
thread/pthread_condattr_setpshared.c \
228228
thread/pthread_create.c \
229229
thread/pthread_detach.c \
230+
thread/pthread_equal.c \
230231
thread/pthread_getspecific.c \
231232
thread/pthread_join.c \
232233
thread/pthread_key_create.c \

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ pthread_condattr_setclock
10011001
pthread_condattr_setpshared
10021002
pthread_create
10031003
pthread_detach
1004+
pthread_equal
10041005
pthread_getspecific
10051006
pthread_join
10061007
pthread_key_create
@@ -1231,6 +1232,7 @@ tgammaf
12311232
tgammal
12321233
thrd_current
12331234
thrd_detach
1235+
thrd_equal
12341236
thrd_sleep
12351237
time
12361238
timegm

0 commit comments

Comments
 (0)