patches/glibc/2.7/230-alpha-atfcts.patch
changeset 744 4bf8448536d5
parent 734 9416a82ef7b4
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.7/230-alpha-atfcts.patch	Mon Jul 28 20:10:34 2008 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +--- glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h	2007-08-14 06:21:09.000000000 +0300
     1.5 ++++ glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h.new	2008-07-23 07:05:20.000000000 +0300
     1.6 +@@ -449,8 +449,7 @@
     1.7 +    and on Alpha just after 2.6.22-rc1.  */
     1.8 + #if __LINUX_KERNEL_VERSION >= 0x020611 \
     1.9 +     && ((!defined __sh__ && !defined __alpha__) \
    1.10 +-	|| (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__) \
    1.11 +-	|| (__LINUX_KERNEL_VERSION >= 0x020617 && defined __alpha__))
    1.12 ++	|| (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__))
    1.13 + # define __ASSUME_ATFCTS	1
    1.14 + #endif
    1.15 +