diff options
Diffstat (limited to 'io/chdir.c')
-rw-r--r-- | io/chdir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/io/chdir.c b/io/chdir.c index 1003b9d200..cb3a90246e 100644 --- a/io/chdir.c +++ b/io/chdir.c @@ -21,8 +21,7 @@ /* Change the current directory to PATH. */ int -__chdir (path) - const char *path; +__chdir (const char *path) { if (path == NULL) { |