diff options
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index 046067f35..6cf1e21a1 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c | |||
@@ -21,7 +21,7 @@ | |||
21 | /* This is a NOEXEC applet. Be very careful! */ | 21 | /* This is a NOEXEC applet. Be very careful! */ |
22 | 22 | ||
23 | 23 | ||
24 | int cp_main(int argc, char **argv); | 24 | int cp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
25 | int cp_main(int argc, char **argv) | 25 | int cp_main(int argc, char **argv) |
26 | { | 26 | { |
27 | struct stat source_stat; | 27 | struct stat source_stat; |