Przeglądaj źródła

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

Eric Andersen 25 lat temu
rodzic
commit
789f832892
1 zmienionych plików z 0 dodań i 1 usunięć
  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:
     case _SC_PAGESIZE:
       return getpagesize();
       return getpagesize();
-#endif
 
 
     case _SC_AIO_LISTIO_MAX:
     case _SC_AIO_LISTIO_MAX:
 #ifdef	AIO_LISTIO_MAX
 #ifdef	AIO_LISTIO_MAX