mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove pre-2.2 Linux kernel support.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user