]> git.proxmox.com Git - wasi-libc.git/commitdiff
Enable pthread_equal function definition (#374)
authorShengyun Zhou <GGGZ-1101-28@live.cn>
Tue, 27 Dec 2022 10:34:03 +0000 (18:34 +0800)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 2 Aug 2023 10:24:08 +0000 (12:24 +0200)
Makefile
expected/wasm32-wasi-pthread/defined-symbols.txt

index 7461adfd08e5bf34bee77734213a029996fa97a8..674b7c11a36c2eada9e1713e82c154601f5c2338 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -227,6 +227,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
         thread/pthread_condattr_setpshared.c \
         thread/pthread_create.c \
         thread/pthread_detach.c \
+        thread/pthread_equal.c \
         thread/pthread_getspecific.c \
         thread/pthread_join.c \
         thread/pthread_key_create.c \
index c69ffe27c5b391609ffd083fb092121af7cd2f92..a999a0803bacc68cecb40441b262271f740be7c4 100644 (file)
@@ -1001,6 +1001,7 @@ pthread_condattr_setclock
 pthread_condattr_setpshared
 pthread_create
 pthread_detach
+pthread_equal
 pthread_getspecific
 pthread_join
 pthread_key_create
@@ -1231,6 +1232,7 @@ tgammaf
 tgammal
 thrd_current
 thrd_detach
+thrd_equal
 thrd_sleep
 time
 timegm