]> git.proxmox.com Git - wasi-libc.git/blobdiff - Makefile
__wait.c: fix a timeout (#361)
[wasi-libc.git] / Makefile
index f2aa917c9b903b5be78421ce5d2c606b367ad542..aa9d76d6ef5b63d594abb2cfb9074ca4c7b1743a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -195,6 +195,9 @@ 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 \
@@ -204,6 +207,9 @@ LIBC_TOP_HALF_MUSL_SOURCES += \
         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 \