diff options
Diffstat (limited to 'posix/fpathconf.c')
-rw-r--r-- | posix/fpathconf.c | 4 |
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) { |