summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-21 10:46:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-21 10:46:53 +0000
commit294c41548a1e8517b2becd2f0079759b8abfa3d2 (patch)
tree5f9a097b5a8dd8e243292a1d595a9e382e18f3f2 /libc/unistd
parenta35eef1bd834c2556d203bf9cd5007b2aa4e16f6 (diff)
- repair misplaced #endif that got introduced in r17410. Fixes compilation.
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/sysconf.c2
1 files changed, 1 insertions, 1 deletions
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)