diff options
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r-- | coreutils/rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 1d6b2cadb..cc21f5df9 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <libgen.h> | 28 | #include <libgen.h> |
29 | #include "busybox.h" | 29 | #include "busybox.h" |
30 | 30 | ||
31 | extern int rmdir_main(int argc, char **argv) | 31 | int rmdir_main(int argc, char **argv) |
32 | { | 32 | { |
33 | int status = EXIT_SUCCESS; | 33 | int status = EXIT_SUCCESS; |
34 | int flags; | 34 | int flags; |