summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-16 23:17:06 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-16 23:17:06 +0000
commit789f8328925f3fdf45932501687016e4f5e03367 (patch)
treedf0f6d0337251273ca86daf795d63c8096af1dbf /libc/unistd
parent745e625d258c8e0525c32814243ab3fb538bae13 (diff)
Bad Erik. Repeat after me: "I will always compile before I commit".
-Erik
Diffstat (limited to 'libc/unistd')
-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