X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fherror_msg_and_die.c;h=230fe645a0e237e264d6a97c49e13fbbaac58102;hb=d7171c114028815df4e92f9c26875f1d60c6af2a;hp=894c80f389ffb6ff710c4a12053c429544b80231;hpb=ab9c44b1a41c9a17cd0f8a8f1e5517756ccb8bf0;p=oweals%2Fbusybox.git diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c index 894c80f38..230fe645a 100644 --- a/libbb/herror_msg_and_die.c +++ b/libbb/herror_msg_and_die.c @@ -9,7 +9,7 @@ #include "libbb.h" -void bb_herror_msg_and_die(const char *s, ...) +void FAST_FUNC bb_herror_msg_and_die(const char *s, ...) { va_list p;