diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 39b980e898..83ebe0cf74 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -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 |