OSDN Git Service

- repair misplaced #endif that got introduced in r17410. Fixes compilation.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 21 Jan 2007 10:46:53 +0000 (10:46 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 21 Jan 2007 10:46:53 +0000 (10:46 -0000)
libc/unistd/sysconf.c

index 21a373a..c1b5da6 100644 (file)
@@ -891,7 +891,7 @@ long int sysconf(int name)
         return _POSIX_VERSION;
 
       RETURN_NEG_1;
-    }
 #endif
+    }
 }
 libc_hidden_def(sysconf)