Browse Source

Bad Erik. Repeat after me: "I will always compile before I commit".
-Erik

Eric Andersen 25 years ago
parent
commit
789f832892
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/unistd/sysconf.c

+ 0 - 1
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