]> git.proxmox.com Git - wasi-libc.git/blobdiff - Makefile
__wait.c: fix a timeout (#361)
[wasi-libc.git] / Makefile
index f8ae4d6bd8c17eaa63c1fd506fef9ef49d42cb22..aa9d76d6ef5b63d594abb2cfb9074ca4c7b1743a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -195,14 +195,21 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
     $(addprefix $(LIBC_TOP_HALF_MUSL_SRC_DIR)/, \
         env/__init_tls.c \
         stdio/__lockfile.c \
+        stdio/flockfile.c \
+        stdio/ftrylockfile.c \
+        stdio/funlockfile.c \
         thread/__lock.c \
         thread/__wait.c \
         thread/__timedwait.c \
         thread/default_attr.c \
         thread/pthread_attr_destroy.c \
+        thread/pthread_attr_get.c \
         thread/pthread_attr_init.c \
         thread/pthread_attr_setstack.c \
         thread/pthread_attr_setstacksize.c \
+        thread/pthread_barrier_destroy.c \
+        thread/pthread_barrier_init.c \
+        thread/pthread_barrier_wait.c \
         thread/pthread_cleanup_push.c \
         thread/pthread_cond_broadcast.c \
         thread/pthread_cond_destroy.c \
@@ -215,6 +222,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 \