diff options
Diffstat (limited to 'posix/sysconf.c')
-rw-r--r-- | posix/sysconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/sysconf.c b/posix/sysconf.c index 0ad15c24ff..31910e003b 100644 --- a/posix/sysconf.c +++ b/posix/sysconf.c @@ -28,8 +28,7 @@ /* Get the value of the system variable NAME. */ long int -__sysconf (name) - int name; +__sysconf (int name) { switch (name) { |