File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
expected/wasm32-wasi-pthread Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -1297,12 +1297,6 @@ pthread_condattr_setpshared
12971297pthread_create
12981298pthread_detach
12991299pthread_equal
1300- pthread_exit
1301- pthread_getattr_default_np
1302- pthread_getattr_np
1303- pthread_getconcurrency
1304- pthread_getcpuclockid
1305- pthread_getschedparam
13061300pthread_getspecific
13071301pthread_join
13081302pthread_key_create
@@ -1616,8 +1610,6 @@ thrd_create
16161610thrd_current
16171611thrd_detach
16181612thrd_equal
1619- thrd_exit
1620- thrd_join
16211613thrd_sleep
16221614thrd_yield
16231615time
You can’t perform that action at this time.
0 commit comments