summary refs log tree commit diff
path: root/posix/fpathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/fpathconf.c')
-rw-r--r--posix/fpathconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/posix/fpathconf.c b/posix/fpathconf.c
index c4f1cfec29..cf6e5103f1 100644
--- a/posix/fpathconf.c
+++ b/posix/fpathconf.c
@@ -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)
     {