Sfoglia il codice sorgente

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

Eric Andersen 25 anni fa
parent
commit
789f832892
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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