]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/err.h
ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)
[thirdparty/glibc.git] / include / err.h
1 #ifndef _ERR_H
2 #include <misc/err.h>
3
4 /* Prototypes for internal err.h functions. */
5 void
6 __vwarnx_internal (const char *format, __gnuc_va_list ap,
7 unsigned int mode_flags);
8
9 void
10 __vwarn_internal (const char *format, __gnuc_va_list ap,
11 unsigned int mode_flags);
12
13 # ifndef _ISOMAC
14
15 libc_hidden_proto (warn)
16 libc_hidden_proto (warnx)
17 libc_hidden_proto (vwarn)
18 libc_hidden_proto (vwarnx)
19 libc_hidden_proto (verr)
20 libc_hidden_proto (verrx)
21
22 # endif /* !_ISOMAC */
23 #endif /* err.h */