summaryrefslogtreecommitdiff
path: root/libc/unistd/sysconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/sysconf.c')
-rw-r--r--libc/unistd/sysconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c
index c195a2dc3..4c6529f12 100644
--- a/libc/unistd/sysconf.c
+++ b/libc/unistd/sysconf.c
@@ -204,7 +204,6 @@ long int sysconf(int name)
case _SC_PAGESIZE:
return getpagesize();
-#endif
case _SC_AIO_LISTIO_MAX:
#ifdef AIO_LISTIO_MAX