summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/syslog.c')
-rw-r--r--sysdeps/unix/sysv/linux/syslog.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/unix/sysv/linux/syslog.c b/sysdeps/unix/sysv/linux/syslog.c
deleted file mode 100644
index 145e22b520..0000000000
--- a/sysdeps/unix/sysv/linux/syslog.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#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>