glibc/sysdeps/unix/sysv/linux/syslog.c
Jakub Jelinek 0ecb606cb6 2.5-18.1
2007-07-12 18:26:36 +00:00

10 lines
170 B
C

#include <kernel-features.h>
#if __ASSUME_MSG_NOSIGNAL
# define NO_SIGPIPE
# define send_flags MSG_NOSIGNAL
#else
# define send_flags 0
#endif
#include <misc/syslog.c>