diff options
Diffstat (limited to 'lib/roken/errx.c')
| -rw-r--r-- | lib/roken/errx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roken/errx.c b/lib/roken/errx.c index f75ad0179e3b..121c7070d168 100644 --- a/lib/roken/errx.c +++ b/lib/roken/errx.c @@ -35,7 +35,7 @@ #include "err.h" -ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL +ROKEN_LIB_NORETURN_FUNCTION void ROKEN_LIB_CALL errx(int eval, const char *fmt, ...) { va_list ap; |
