1#ifndef _LIBC_SYS_SYSLOG_H
2#define _LIBC_SYS_SYSLOG_H 1
3#include <misc/sys/syslog.h>
4#ifndef _ISOMAC
5
6libc_hidden_ldbl_proto (syslog)
7
8/* __vsyslog_internal uses the same mode_flags bits as
9 __v*printf_internal; see libio/libioP.h. */
10extern void __vsyslog_internal (int pri, const char *fmt, __gnuc_va_list ap,
11 unsigned int mode_flags)
12 attribute_hidden
13 __attribute__ ((__format__ (__printf__, 2, 0)));
14
15#endif /* _ISOMAC */
16#endif /* syslog.h */
17

source code of glibc/include/sys/syslog.h