patches/glibc/ports-2.13/640-alpha-atfcts.patch
changeset 2438 2ba5655f6297
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/ports-2.13/640-alpha-atfcts.patch	Tue May 03 00:19:56 2011 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +--- glibc-2.13/sysdeps/unix/sysv/linux/kernel-features.h	2010-07-27 14:34:39.000000000 +0300
     1.5 ++++ glibc-2.13/sysdeps/unix/sysv/linux/kernel-features.h.new	2011-03-10 18:54:37.686795979 +0200
     1.6 +@@ -437,7 +437,8 @@
     1.7 +    the code.  On PPC they were introduced in 2.6.17-rc1,
     1.8 +    on SH in 2.6.19-rc1.  */
     1.9 + #if __LINUX_KERNEL_VERSION >= 0x020611 \
    1.10 +-    && (!defined __sh__ || __LINUX_KERNEL_VERSION >= 0x020613)
    1.11 ++    && (!defined __sh__ || __LINUX_KERNEL_VERSION >= 0x020613) \
    1.12 ++    && (!defined __alpha__)
    1.13 + # define __ASSUME_ATFCTS	1
    1.14 + #endif
    1.15 +