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