glibc/sysdeps/unix/sysv/linux/syslog.c
2012-05-14 14:11:02 +00:00

7 lines
107 B
C

#include <kernel-features.h>
#define NO_SIGPIPE
#define send_flags MSG_NOSIGNAL
#include <misc/syslog.c>