summaryrefslogtreecommitdiff
path: root/posix/sysconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/sysconf.c')
-rw-r--r--posix/sysconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/posix/sysconf.c b/posix/sysconf.c
index 0ad15c24ff..01d9283bf5 100644
--- a/posix/sysconf.c
+++ b/posix/sysconf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -28,8 +28,7 @@
/* Get the value of the system variable NAME. */
long int
-__sysconf (name)
- int name;
+__sysconf (int name)
{
switch (name)
{