about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/unix/sysv/linux/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/syslog.c')
-rw-r--r--REORG.TODO/sysdeps/unix/sysv/linux/syslog.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/syslog.c b/REORG.TODO/sysdeps/unix/sysv/linux/syslog.c
new file mode 100644
index 0000000000..cf8ce23385
--- /dev/null
+++ b/REORG.TODO/sysdeps/unix/sysv/linux/syslog.c
@@ -0,0 +1,4 @@
+#define NO_SIGPIPE
+#define send_flags MSG_NOSIGNAL
+
+#include <misc/syslog.c>