diff options
Diffstat (limited to 'libbb/copy_file.c')
-rw-r--r-- | libbb/copy_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 3b83e1216..d804eccfa 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c | |||
@@ -71,7 +71,7 @@ static int ask_and_unlink(const char *dest, int flags) | |||
71 | * 0 copy is made or user answered "no" in interactive mode | 71 | * 0 copy is made or user answered "no" in interactive mode |
72 | * (failures to preserve mode/owner/times are not reported in exit code) | 72 | * (failures to preserve mode/owner/times are not reported in exit code) |
73 | */ | 73 | */ |
74 | int copy_file(const char *source, const char *dest, int flags) | 74 | int FAST_FUNC copy_file(const char *source, const char *dest, int flags) |
75 | { | 75 | { |
76 | /* This is a recursive function, try to minimize stack usage */ | 76 | /* This is a recursive function, try to minimize stack usage */ |
77 | /* NB: each struct stat is ~100 bytes */ | 77 | /* NB: each struct stat is ~100 bytes */ |