mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2005-01-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to MSG_NOSIGNAL being in 2.2 kernels.
This commit is contained in:
@ -79,8 +79,8 @@
|
||||
# define __ASSUME_SIOCGIFNAME 1
|
||||
#endif
|
||||
|
||||
/* MSG_NOSIGNAL was at least available with Linux 2.3.15. */
|
||||
#if __LINUX_KERNEL_VERSION >= 131855
|
||||
/* MSG_NOSIGNAL was at least available with Linux 2.2.0. */
|
||||
#if __LINUX_KERNEL_VERSION >= 131584
|
||||
# define __ASSUME_MSG_NOSIGNAL 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user