diff options
Diffstat (limited to 'src/unistd/sysconf.c')
-rw-r--r-- | src/unistd/sysconf.c | 5 |
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 |