Explorar el Código

- repair misplaced #endif that got introduced in r17410. Fixes compilation.

Bernhard Reutner-Fischer hace 19 años
padre
commit
294c41548a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/unistd/sysconf.c

+ 1 - 1
libc/unistd/sysconf.c

@@ -891,7 +891,7 @@ long int sysconf(int name)
         return _POSIX_VERSION;
 
       RETURN_NEG_1;
-    }
 #endif
+    }
 }
 libc_hidden_def(sysconf)