(root)/
glibc-2.38/
include/
sys/
syslog.h
       1  #ifndef _LIBC_SYS_SYSLOG_H
       2  #define _LIBC_SYS_SYSLOG_H 1
       3  #include <misc/sys/syslog.h>
       4  #ifndef _ISOMAC
       5  
       6  #include <bits/syslog-decl.h>
       7  
       8  libc_hidden_ldbl_proto (syslog)
       9  
      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)));
      16  
      17  libc_hidden_ldbl_proto (__syslog_chk)
      18  
      19  #endif /* _ISOMAC */
      20  #endif /* syslog.h */