- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / copy_file.c
index 3b83e1216d13956708cf7a7607c0e78f73921d91..d804eccfaee8009cf55f6957233f6685b9f1e1f9 100644 (file)
@@ -71,7 +71,7 @@ static int ask_and_unlink(const char *dest, int flags)
  *  0 copy is made or user answered "no" in interactive mode
  *    (failures to preserve mode/owner/times are not reported in exit code)
  */
-int copy_file(const char *source, const char *dest, int flags)
+int FAST_FUNC copy_file(const char *source, const char *dest, int flags)
 {
        /* This is a recursive function, try to minimize stack usage */
        /* NB: each struct stat is ~100 bytes */