diff options
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 1f5465c40..418e7ae79 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -41,8 +41,8 @@ static void show_min_max(int pol) | |||
41 | #define OPT_f (1<<3) | 41 | #define OPT_f (1<<3) |
42 | #define OPT_o (1<<4) | 42 | #define OPT_o (1<<4) |
43 | 43 | ||
44 | int chrt_main(int argc, char** argv); | 44 | int chrt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
45 | int chrt_main(int argc, char** argv) | 45 | int chrt_main(int argc, char **argv) |
46 | { | 46 | { |
47 | pid_t pid = 0; | 47 | pid_t pid = 0; |
48 | unsigned opt; | 48 | unsigned opt; |