diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index a686fc40c..a123156d2 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | /* This is a NOFORK applet. Be very careful! */ | 20 | /* This is a NOFORK applet. Be very careful! */ |
21 | 21 | ||
22 | int rm_main(int argc, char **argv); | 22 | int rm_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
23 | int rm_main(int argc, char **argv) | 23 | int rm_main(int argc, char **argv) |
24 | { | 24 | { |
25 | int status = 0; | 25 | int status = 0; |