diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-12 19:14:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-12 19:47:06 -0700 |
| commit | 5a78e71e47f7a0fdc02b42d4f45669050b721217 (patch) | |
| tree | a28251074a1d2784caf87c600ffdf5ffbc209507 /core/openbsd/include | |
| parent | 2c893b608ec40dab3a9003d1e6c4c5a685f1afb4 (diff) | |
openbsd: Add {,v}warnc prototypes to err.h
Diffstat (limited to 'core/openbsd/include')
| -rw-r--r-- | core/openbsd/include/err.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/openbsd/include/err.h b/core/openbsd/include/err.h new file mode 100644 index 00000000..c537811b --- /dev/null +++ b/core/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))); |
