diff options
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r-- | coreutils/uname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c index e70b1f9b6..2eecb5d6d 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -48,7 +48,7 @@ static const unsigned short utsname_offset[] ALIGN2 = { | |||
48 | offsetof(uname_info_t,processor) | 48 | offsetof(uname_info_t,processor) |
49 | }; | 49 | }; |
50 | 50 | ||
51 | int uname_main(int argc, char **argv); | 51 | int uname_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
52 | int uname_main(int argc, char **argv) | 52 | int uname_main(int argc, char **argv) |
53 | { | 53 | { |
54 | uname_info_t uname_info; | 54 | uname_info_t uname_info; |