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