diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 311c774ae..313234675 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -274,7 +274,7 @@ static unsigned str2u(char **str) | |||
274 | } | 274 | } |
275 | #endif | 275 | #endif |
276 | 276 | ||
277 | int sort_main(int argc, char **argv); | 277 | int sort_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
278 | int sort_main(int argc, char **argv) | 278 | int sort_main(int argc, char **argv) |
279 | { | 279 | { |
280 | FILE *fp, *outfile = stdout; | 280 | FILE *fp, *outfile = stdout; |