summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)