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 4c05dcb97..9247588d9 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
| @@ -601,7 +601,7 @@ vgetopt32(char **argv, const char *applet_opts, const char *applet_long_options, | |||
| 601 | return (int32_t)-1; | 601 | return (int32_t)-1; |
| 602 | } | 602 | } |
| 603 | 603 | ||
| 604 | uint32_t FAST_FUNC | 604 | uint32_t |
| 605 | getopt32(char **argv, const char *applet_opts, ...) | 605 | getopt32(char **argv, const char *applet_opts, ...) |
| 606 | { | 606 | { |
| 607 | uint32_t opt; | 607 | uint32_t opt; |
| @@ -614,7 +614,7 @@ getopt32(char **argv, const char *applet_opts, ...) | |||
| 614 | } | 614 | } |
| 615 | 615 | ||
| 616 | #if ENABLE_LONG_OPTS | 616 | #if ENABLE_LONG_OPTS |
| 617 | uint32_t FAST_FUNC | 617 | uint32_t |
| 618 | getopt32long(char **argv, const char *applet_opts, const char *longopts, ...) | 618 | getopt32long(char **argv, const char *applet_opts, const char *longopts, ...) |
| 619 | { | 619 | { |
| 620 | uint32_t opt; | 620 | uint32_t opt; |
