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