diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-26 20:02:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-26 20:02:05 +0000 |
commit | ea9c93ccbb8ef6d4bf5054dedd8cdb8a9d67e144 (patch) | |
tree | 7edcff7da8a35c606e71154d831fa6fb32dbccbe /sysdeps | |
parent | 24992143d8109a1472f5daa1c9d6a742638a5366 (diff) | |
download | glibc-ea9c93ccbb8ef6d4bf5054dedd8cdb8a9d67e144.tar.gz glibc-ea9c93ccbb8ef6d4bf5054dedd8cdb8a9d67e144.tar.xz glibc-ea9c93ccbb8ef6d4bf5054dedd8cdb8a9d67e144.zip |
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.
Diffstat (limited to 'sysdeps')
-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 |