1
0
Fork 0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-06 20:58:33 +01:00
glibc/sysdeps/unix/sysv/linux/syslog.c
2012-05-14 14:11:02 +00:00

6 lines
107 B
C

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