summaryrefslogtreecommitdiff
path: root/posix/fpathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/fpathconf.c')
-rw-r--r--posix/fpathconf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/posix/fpathconf.c b/posix/fpathconf.c
index c4f1cfec29..e0cb59b067 100644
--- a/posix/fpathconf.c
+++ b/posix/fpathconf.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
@@ -22,9 +22,7 @@
/* Get file-specific information about descriptor FD. */
long int
-__fpathconf (fd, name)
- int fd;
- int name;
+__fpathconf (int fd, int name)
{
if (fd < 0)
{