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