aboutsummaryrefslogtreecommitdiff
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.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/syslog.c b/sysdeps/unix/sysv/linux/syslog.c
index 145e22b520..d01a91ad66 100644
--- a/sysdeps/unix/sysv/linux/syslog.c
+++ b/sysdeps/unix/sysv/linux/syslog.c
@@ -1,10 +1,6 @@
#include <kernel-features.h>
-#if __ASSUME_MSG_NOSIGNAL
-# define NO_SIGPIPE
-# define send_flags MSG_NOSIGNAL
-#else
-# define send_flags 0
-#endif
+#define NO_SIGPIPE
+#define send_flags MSG_NOSIGNAL
#include <misc/syslog.c>