diff options
Diffstat (limited to 'coreutils/nice.c')
-rw-r--r-- | coreutils/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index 0cb31e4fa..d24a95b45 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <sys/resource.h> | 10 | #include <sys/resource.h> |
11 | #include "libbb.h" | 11 | #include "libbb.h" |
12 | 12 | ||
13 | int nice_main(int argc, char **argv); | 13 | int nice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
14 | int nice_main(int argc, char **argv) | 14 | int nice_main(int argc, char **argv) |
15 | { | 15 | { |
16 | int old_priority, adjustment; | 16 | int old_priority, adjustment; |