diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index ed6580ef0..a5a30546d 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -609,7 +609,7 @@ static bool do_stat(const char *filename, const char *format) | |||
609 | return 1; | 609 | return 1; |
610 | } | 610 | } |
611 | 611 | ||
612 | int stat_main(int argc, char **argv); | 612 | int stat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
613 | int stat_main(int argc, char **argv) | 613 | int stat_main(int argc, char **argv) |
614 | { | 614 | { |
615 | char *format = NULL; | 615 | char *format = NULL; |