diff options
Diffstat (limited to 'libbb/herror_msg.c')
-rw-r--r-- | libbb/herror_msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/herror_msg.c b/libbb/herror_msg.c index a7dd98679..09537ae92 100644 --- a/libbb/herror_msg.c +++ b/libbb/herror_msg.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | 10 | ||
11 | void FAST_FUNC bb_herror_msg(const char *s, ...) | 11 | void bb_herror_msg(const char *s, ...) |
12 | { | 12 | { |
13 | va_list p; | 13 | va_list p; |
14 | 14 | ||
@@ -17,7 +17,7 @@ void FAST_FUNC bb_herror_msg(const char *s, ...) | |||
17 | va_end(p); | 17 | va_end(p); |
18 | } | 18 | } |
19 | 19 | ||
20 | void FAST_FUNC bb_herror_msg_and_die(const char *s, ...) | 20 | void bb_herror_msg_and_die(const char *s, ...) |
21 | { | 21 | { |
22 | va_list p; | 22 | va_list p; |
23 | 23 | ||