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