diff options
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index a80e0d2..8c09379 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c @@ -18,6 +18,9 @@ #include "busybox.h" #include "libcoreutils/coreutils.h" +/* This is a NOEXEC applet. Be very careful! */ + + int cp_main(int argc, char **argv); int cp_main(int argc, char **argv) { |