summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/syslog.c
blob: 56828b24e388188c87a582d37f7b64b914d4b11b (plain)
1
2
3
4
5
6
7
8
9
10
#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>