patches/glibc/2.7/230-alpha-atfcts.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 28 20:10:34 2008 +0000 (2008-07-28)
changeset 744 4bf8448536d5
parent 734 patches/glibc/2.7/230-glibc-2.7-alpha-atfcts.patch@9416a82ef7b4
permissions -rw-r--r--
Rename patches for glibc: include neither 'glibc' not he version in patch names, it's a duplicate of info already available from the directories they are in.
yann@734
     1
--- glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h	2007-08-14 06:21:09.000000000 +0300
yann@734
     2
+++ glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h.new	2008-07-23 07:05:20.000000000 +0300
yann@734
     3
@@ -449,8 +449,7 @@
yann@734
     4
    and on Alpha just after 2.6.22-rc1.  */
yann@734
     5
 #if __LINUX_KERNEL_VERSION >= 0x020611 \
yann@734
     6
     && ((!defined __sh__ && !defined __alpha__) \
yann@734
     7
-	|| (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__) \
yann@734
     8
-	|| (__LINUX_KERNEL_VERSION >= 0x020617 && defined __alpha__))
yann@734
     9
+	|| (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__))
yann@734
    10
 # define __ASSUME_ATFCTS	1
yann@734
    11
 #endif
yann@734
    12