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

11 lines
170 B
C
Raw Normal View History

2006-01-09 21:55:11 +00:00
#include <kernel-features.h>
2005-02-08 10:05:09 +00:00
#if __ASSUME_MSG_NOSIGNAL
# define NO_SIGPIPE
# define send_flags MSG_NOSIGNAL
#else
# define send_flags 0
#endif
2005-12-19 12:11:38 +00:00
#include <misc/syslog.c>