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 @@ /* This is a NOEXEC applet. Be very careful! */ -int cp_main(int argc, char **argv); +int cp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int cp_main(int argc, char **argv) { struct stat source_stat; |