mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2.5-18.1
This commit is contained in:
10
sysdeps/unix/sysv/linux/syslog.c
Normal file
10
sysdeps/unix/sysv/linux/syslog.c
Normal file
@ -0,0 +1,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>
|
Reference in New Issue
Block a user