- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / getopt32.c
index 86c33483baa4e3b505d7f0ec9fa98d4dfef8da29..9dba44db26cd05d9484db562d003a195533f2d85 100644 (file)
@@ -316,7 +316,7 @@ const char *applet_long_options;
 
 uint32_t option_mask32;
 
-uint32_t
+uint32_t FAST_FUNC
 getopt32(char **argv, const char *applet_opts, ...)
 {
        int argc;