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

11 lines
170 B
C
Raw Normal View History

2005-02-08 10:05:09 +00:00
#include "kernel-features.h"
#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>