diff options
Diffstat (limited to 'posix/pathconf.c')
-rw-r--r-- | posix/pathconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/posix/pathconf.c b/posix/pathconf.c index 2343d8dcdf..37cc406627 100644 --- a/posix/pathconf.c +++ b/posix/pathconf.c @@ -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) { |