Skip to content

Commit dfc70fa

Browse files
shengyun-zhoujohn-sharratt
authored andcommitted
Enable pthread_equal function definition (WebAssembly#374)
1 parent 841a65d commit dfc70fa

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
251251
thread/pthread_condattr_setpshared.c \
252252
thread/pthread_create.c \
253253
thread/pthread_detach.c \
254+
thread/pthread_equal.c \
254255
thread/pthread_getspecific.c \
255256
thread/pthread_join.c \
256257
thread/pthread_key_create.c \

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,12 +1297,6 @@ pthread_condattr_setpshared
12971297
pthread_create
12981298
pthread_detach
12991299
pthread_equal
1300-
pthread_exit
1301-
pthread_getattr_default_np
1302-
pthread_getattr_np
1303-
pthread_getconcurrency
1304-
pthread_getcpuclockid
1305-
pthread_getschedparam
13061300
pthread_getspecific
13071301
pthread_join
13081302
pthread_key_create
@@ -1616,8 +1610,6 @@ thrd_create
16161610
thrd_current
16171611
thrd_detach
16181612
thrd_equal
1619-
thrd_exit
1620-
thrd_join
16211613
thrd_sleep
16221614
thrd_yield
16231615
time

0 commit comments

Comments
 (0)