소스 검색

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

Bernhard Reutner-Fischer 19 년 전
부모
커밋
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)