]> git.proxmox.com Git - wasi-libc.git/commitdiff
Enable pthread_detach (#359)
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Fri, 9 Dec 2022 17:58:46 +0000 (02:58 +0900)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 2 Aug 2023 10:24:08 +0000 (12:24 +0200)
Makefile
expected/wasm32-wasi/posix/defined-symbols.txt

index fdfc9fbdcf13d461645c610bafa6c97c9a5a0cf7..f2aa917c9b903b5be78421ce5d2c606b367ad542 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,7 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
         thread/pthread_condattr_setclock.c \
         thread/pthread_condattr_setpshared.c \
         thread/pthread_create.c \
+        thread/pthread_detach.c \
         thread/pthread_getspecific.c \
         thread/pthread_join.c \
         thread/pthread_key_create.c \
index 27e8722b1ce4547be311ca1a0d885f3e8a2a5767..01e10c5f368952eeb67227769b019c7911b2f7ba 100644 (file)
@@ -994,6 +994,7 @@ pthread_condattr_init
 pthread_condattr_setclock
 pthread_condattr_setpshared
 pthread_create
+pthread_detach
 pthread_exit
 pthread_getspecific
 pthread_join
@@ -1224,6 +1225,7 @@ tgamma
 tgammaf
 tgammal
 thrd_current
+thrd_detach
 thrd_sleep
 time
 timegm