aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/err_h/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/err_h/err.h')
-rw-r--r--openbsd-compat/err_h/err.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsd-compat/err_h/err.h b/openbsd-compat/err_h/err.h
index a56b6188..92aa69f6 100644
--- a/openbsd-compat/err_h/err.h
+++ b/openbsd-compat/err_h/err.h
@@ -10,6 +10,9 @@ void err(int, const char *, ...);
__attribute__ ((noreturn))
void errx(int, const char *, ...);
+__attribute__ ((noreturn))
+void errc(int, int, const char *, ...);
+
void warn(const char *, ...);
void warnx(const char *, ...);