Ver código fonte

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

Bernhard Reutner-Fischer 17 anos atrás
pai
commit
294c41548a
1 arquivos alterados com 1 adições e 1 exclusões
  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)