22 #pragma GCC system_header
25 #include_next <syslog.h>
26 #include <xeno_config.h>
32 void __real_syslog(
int priority,
const char *fmt, ...);
34 void __real_vsyslog(
int priority,
const char *fmt, va_list ap);
36 #ifdef CONFIG_XENO_FORTIFY
37 void __real___vsyslog_chk(
int priority,
int level,
const char *fmt, va_list ap);