From 789f8328925f3fdf45932501687016e4f5e03367 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 16 Nov 2000 23:17:06 +0000 Subject: Bad Erik. Repeat after me: "I will always compile before I commit". -Erik --- libc/unistd/sysconf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/unistd/sysconf.c') 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 -- cgit v1.2.3