Fix building OABI NPTL ARM with glibc-2.7.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 18 15:31:17 2008 +0000 (2008-05-18)
changeset 519d5a34b110180
parent 518 c1e6c0ebfac1
child 520 9c6df3bf0c7a
Fix building OABI NPTL ARM with glibc-2.7.

/trunk/patches/glibc/ports-2.7/110-ARM-NPTL.patch | 12 12 0 0 ++++++++++++
1 file changed, 12 insertions(+)
patches/glibc/ports-2.7/110-ARM-NPTL.patch
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/ports-2.7/110-ARM-NPTL.patch	Sun May 18 15:31:17 2008 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +--- glibc-2.7/glibc-ports-2.7.orig/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h	2007-06-06 19:27:04.000000000 +0200
     1.5 ++++ glibc-2.7/glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h	2008-05-18 16:57:21.000000000 +0200
     1.6 +@@ -73,6 +73,9 @@
     1.7 + # define DOCARGS_5	DOCARGS_4
     1.8 + # define UNDOCARGS_5	UNDOCARGS_4
     1.9 + 
    1.10 ++# define DOCARGS_6    DOCARGS_5
    1.11 ++# define UNDOCARGS_6  UNDOCARGS_5
    1.12 ++
    1.13 + # ifdef IS_IN_libpthread
    1.14 + #  define CENABLE	bl PLTJMP(__pthread_enable_asynccancel)
    1.15 + #  define CDISABLE	bl PLTJMP(__pthread_disable_asynccancel)