summaryrefslogtreecommitdiff
path: root/src/unistd/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/sync.c')
-rw-r--r--src/unistd/sync.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/sync.c b/src/unistd/sync.c
index 3f8650e4..dbe23fe9 100644
--- a/src/unistd/sync.c
+++ b/src/unistd/sync.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <unistd.h>
void sync(void)
@@ -7,3 +9,6 @@ void sync(void)
/*
XOPEN(400)
*/
+
+
+#endif