diff options
Diffstat (limited to 'coreutils/length.c')
-rw-r--r-- | coreutils/length.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/length.c b/coreutils/length.c index a310b3b2f..c7523a02a 100644 --- a/coreutils/length.c +++ b/coreutils/length.c | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | /* This is a NOFORK applet. Be very careful! */ | 7 | /* This is a NOFORK applet. Be very careful! */ |
8 | 8 | ||
9 | int length_main(int argc, char **argv); | 9 | int length_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
10 | int length_main(int argc, char **argv) | 10 | int length_main(int argc, char **argv) |
11 | { | 11 | { |
12 | if ((argc != 2) || (**(++argv) == '-')) { | 12 | if ((argc != 2) || (**(++argv) == '-')) { |