- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / make_directory.c
index 8841c95d3304afc2df98db2e0da25fd11d45fc71..5c71aff921421a6f9d55d598aa4b19b76d20ff5f 100644 (file)
@@ -26,7 +26,7 @@
 
 /* This function is used from NOFORK applets. It must not allocate anything */
 
-int bb_make_directory (char *path, long mode, int flags)
+int FAST_FUNC bb_make_directory(char *path, long mode, int flags)
 {
        mode_t mask;
        const char *fail_msg;