From ded3cef36135afa3510ce3c12b982f659b8ea244 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 9 Apr 2021 15:53:04 -0300 Subject: misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144) MSG_NOSIGNAL was added on POSIX 2008 and Hurd seems to support it. The SIGPIPE handling also makes the implementation not thread-safe (due the sigaction usage). Checked on x86_64-linux-gnu. --- sysdeps/unix/sysv/linux/syslog.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/syslog.c (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/syslog.c b/sysdeps/unix/sysv/linux/syslog.c deleted file mode 100644 index cf8ce23385..0000000000 --- a/sysdeps/unix/sysv/linux/syslog.c +++ /dev/null @@ -1,4 +0,0 @@ -#define NO_SIGPIPE -#define send_flags MSG_NOSIGNAL - -#include -- cgit 1.4.1