]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/src/thread/thrd_sleep.c
threads: implement support for pthread mutexes (#315)
[wasi-libc.git] / libc-top-half / musl / src / thread / thrd_sleep.c
index 18055329a1e3695801047605df0f3cac9be9a0a1..97de53455ede450885fcd6bdd6bb6de09b97071a 100644 (file)
@@ -1,9 +1,7 @@
 #include <threads.h>
 #include <time.h>
 #include <errno.h>
-#ifdef __wasilibc_unmodified_upstream
 #include "syscall.h"
-#endif
 
 int thrd_sleep(const struct timespec *req, struct timespec *rem)
 {