diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index 5d0cd8256..b45cbcc7d 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -41,8 +41,8 @@ static const char env_longopts[] ALIGN1 = | |||
41 | ; | 41 | ; |
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | int env_main(int argc, char** argv); | 44 | int env_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
45 | int env_main(int argc, char** argv) | 45 | int env_main(int argc, char **argv) |
46 | { | 46 | { |
47 | /* cleanenv was static - why? */ | 47 | /* cleanenv was static - why? */ |
48 | char *cleanenv[1]; | 48 | char *cleanenv[1]; |