From 294c41548a1e8517b2becd2f0079759b8abfa3d2 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 21 Jan 2007 10:46:53 +0000 Subject: - repair misplaced #endif that got introduced in r17410. Fixes compilation. --- libc/unistd/sysconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd') diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index 21a373af0..c1b5da64d 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -891,7 +891,7 @@ long int sysconf(int name) return _POSIX_VERSION; RETURN_NEG_1; - } #endif + } } libc_hidden_def(sysconf) -- cgit v1.2.3