summaryrefslogtreecommitdiff
path: root/src/time/nanosleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/nanosleep.c')
-rw-r--r--src/time/nanosleep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/time/nanosleep.c b/src/time/nanosleep.c
index 5b722ae6..2e76fa6a 100644
--- a/src/time/nanosleep.c
+++ b/src/time/nanosleep.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <time.h>
#include "_syscall.h"
@@ -9,3 +11,6 @@ int nanosleep(const struct timespec *rqtp, struct timespec *rmtp)
/*
POSIX(199309)
*/
+
+
+#endif