powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31629]
[glibc.git] / include / sys / syslog.h
blob15662288608ec3909b23c521ac0f58f751000e23
1 #ifndef _LIBC_SYS_SYSLOG_H
2 #define _LIBC_SYS_SYSLOG_H 1
3 #include <misc/sys/syslog.h>
4 #ifndef _ISOMAC
6 #include <bits/syslog-decl.h>
8 libc_hidden_ldbl_proto (syslog)
10 /* __vsyslog_internal uses the same mode_flags bits as
11 __v*printf_internal; see libio/libioP.h. */
12 extern void __vsyslog_internal (int pri, const char *fmt, __gnuc_va_list ap,
13 unsigned int mode_flags)
14 attribute_hidden
15 __attribute__ ((__format__ (__printf__, 2, 0)));
17 libc_hidden_ldbl_proto (__syslog_chk)
19 #endif /* _ISOMAC */
20 #endif /* syslog.h */