diff options
Diffstat (limited to 'pkg/openbsd/include/err.h')
| -rw-r--r-- | pkg/openbsd/include/err.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/openbsd/include/err.h b/pkg/openbsd/include/err.h new file mode 100644 index 00000000..c537811b --- /dev/null +++ b/pkg/openbsd/include/err.h @@ -0,0 +1,3 @@ +#include_next <err.h> +void warnc(int, const char *, ...) __attribute__((__format__ (printf, 2, 3))); +void vwarnc(int, const char *, va_list) __attribute__((__format__ (printf, 2, 0))); |
