diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-16 23:17:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-16 23:17:06 +0000 |
commit | 789f8328925f3fdf45932501687016e4f5e03367 (patch) | |
tree | df0f6d0337251273ca86daf795d63c8096af1dbf /libc/unistd/sysconf.c | |
parent | 745e625d258c8e0525c32814243ab3fb538bae13 (diff) |
Bad Erik. Repeat after me: "I will always compile before I commit".
-Erik
Diffstat (limited to 'libc/unistd/sysconf.c')
-rw-r--r-- | libc/unistd/sysconf.c | 1 |
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 |