Просмотр исходного кода

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

Bernhard Reutner-Fischer 19 лет назад
Родитель
Сommit
294c41548a
1 измененных файлов с 1 добавлено и 1 удалено
  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)