- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / fclose_nonstdin.c
index 768ee946d7a0871de897b6c881160c6a6fe972c3..6f3f3733203a42b3f748f3265d9b0150a4527786 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "libbb.h"
 
-int fclose_if_not_stdin(FILE *f)
+int FAST_FUNC fclose_if_not_stdin(FILE *f)
 {
        /* Some more paranoid applets want ferror() check too */
        int r = ferror(f); /* NB: does NOT set errno! */