1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
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:
Ulrich Drepper
2005-01-26 20:02:05 +00:00
parent 24992143d8
commit ea9c93ccbb
7 changed files with 51 additions and 14 deletions

View File

@ -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