diff options
Diffstat (limited to 'procps/renice.c')
-rw-r--r-- | procps/renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/renice.c b/procps/renice.c index b2a9ed72e..ab0d3a1c4 100644 --- a/procps/renice.c +++ b/procps/renice.c | |||
@@ -26,7 +26,7 @@ void BUG_bad_PRIO_PROCESS(void); | |||
26 | void BUG_bad_PRIO_PGRP(void); | 26 | void BUG_bad_PRIO_PGRP(void); |
27 | void BUG_bad_PRIO_USER(void); | 27 | void BUG_bad_PRIO_USER(void); |
28 | 28 | ||
29 | int renice_main(int argc, char **argv); | 29 | int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
30 | int renice_main(int argc, char **argv) | 30 | int renice_main(int argc, char **argv) |
31 | { | 31 | { |
32 | static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; | 32 | static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; |