]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/err.h
Use a doubly-linked list for _IO_list_all (bug 27777)
[thirdparty/glibc.git] / include / err.h
CommitLineData
47755784 1#ifndef _ERR_H
39778c6c 2#include <misc/err.h>
a757607d 3
90188e7d
GG
4/* Prototypes for internal err.h functions. */
5void
6__vwarnx_internal (const char *format, __gnuc_va_list ap,
7 unsigned int mode_flags);
8
9void
10__vwarn_internal (const char *format, __gnuc_va_list ap,
11 unsigned int mode_flags);
12
47755784
ZW
13# ifndef _ISOMAC
14
45ae17dd
PM
15libc_hidden_ldbl_proto (warn)
16libc_hidden_ldbl_proto (warnx)
17libc_hidden_ldbl_proto (vwarn)
18libc_hidden_ldbl_proto (vwarnx)
19libc_hidden_ldbl_proto (verr)
20libc_hidden_ldbl_proto (verrx)
47755784
ZW
21
22# endif /* !_ISOMAC */
23#endif /* err.h */