glibc/sysdeps/unix/sysv/linux/syslog.c

7 lines
107 B
C

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