- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / remove_file.c
index 21878dc3b367ec07d7d617e4c86171538587f410..8b14f07c936f4b1ca96ee2dfbbc826bca64343d8 100644 (file)
@@ -11,7 +11,7 @@
 
 /* Used from NOFORK applets. Must not allocate anything */
 
-int remove_file(const char *path, int flags)
+int FAST_FUNC remove_file(const char *path, int flags)
 {
        struct stat path_stat;