From: YAMAMOTO Takashi Date: Fri, 9 Dec 2022 17:58:46 +0000 (+0900) Subject: Enable pthread_detach (#359) X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c071a602eab60ef45416173298f9d8b820121fa5;p=wasi-libc.git Enable pthread_detach (#359) --- diff --git a/Makefile b/Makefile index fdfc9fb..f2aa917 100644 --- 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 \ diff --git a/expected/wasm32-wasi/posix/defined-symbols.txt b/expected/wasm32-wasi/posix/defined-symbols.txt index 27e8722..01e10c5 100644 --- a/expected/wasm32-wasi/posix/defined-symbols.txt +++ b/expected/wasm32-wasi/posix/defined-symbols.txt @@ -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