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