Selaa lähdekoodia

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

Eric Andersen 26 vuotta sitten
vanhempi
commit
789f832892
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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