summaryrefslogtreecommitdiff
path: root/posix/pathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/pathconf.c')
-rw-r--r--posix/pathconf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/posix/pathconf.c b/posix/pathconf.c
index 2343d8dcdf..4f02f0ff80 100644
--- a/posix/pathconf.c
+++ b/posix/pathconf.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 PATH. */
long int
-__pathconf (path, name)
- const char *path;
- int name;
+__pathconf (const char *path, int name)
{
if (path == NULL)
{