summaryrefslogtreecommitdiff
path: root/src/unistd/dup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/dup.c')
-rw-r--r--src/unistd/dup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/dup.c b/src/unistd/dup.c
index deff2ebf..3de2b1d0 100644
--- a/src/unistd/dup.c
+++ b/src/unistd/dup.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stddef.h>
#include <sys/types.h>
#include <unistd.h>
@@ -10,3 +12,6 @@ int dup(int fildes)
/*
POSIX(1)
*/
+
+
+#endif