diff options
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index e861d0567..56040e150 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -595,7 +595,7 @@ vgetopt32(char **argv, const char *applet_opts, const char *applet_long_options, | |||
595 | return (int32_t)-1; | 595 | return (int32_t)-1; |
596 | } | 596 | } |
597 | 597 | ||
598 | uint32_t FAST_FUNC | 598 | uint32_t |
599 | getopt32(char **argv, const char *applet_opts, ...) | 599 | getopt32(char **argv, const char *applet_opts, ...) |
600 | { | 600 | { |
601 | uint32_t opt; | 601 | uint32_t opt; |
@@ -608,7 +608,7 @@ getopt32(char **argv, const char *applet_opts, ...) | |||
608 | } | 608 | } |
609 | 609 | ||
610 | #if ENABLE_LONG_OPTS | 610 | #if ENABLE_LONG_OPTS |
611 | uint32_t FAST_FUNC | 611 | uint32_t |
612 | getopt32long(char **argv, const char *applet_opts, const char *longopts, ...) | 612 | getopt32long(char **argv, const char *applet_opts, const char *longopts, ...) |
613 | { | 613 | { |
614 | uint32_t opt; | 614 | uint32_t opt; |