patches/glibc/ports-2.7/110-ARM-NPTL.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Dec 26 12:15:10 2012 +0100 (2012-12-26)
changeset 3144 481658dd0e7f
permissions -rw-r--r--
libc/eglibc: remove now superfluous config knobs

All eglibc versions we now have support pkgversion and bugurl.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
yann@519
     1
--- 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
yann@519
     2
+++ glibc-2.7/glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h	2008-05-18 16:57:21.000000000 +0200
yann@519
     3
@@ -73,6 +73,9 @@
yann@519
     4
 # define DOCARGS_5	DOCARGS_4
yann@519
     5
 # define UNDOCARGS_5	UNDOCARGS_4
yann@519
     6
 
yann@519
     7
+# define DOCARGS_6    DOCARGS_5
yann@519
     8
+# define UNDOCARGS_6  UNDOCARGS_5
yann@519
     9
+
yann@519
    10
 # ifdef IS_IN_libpthread
yann@519
    11
 #  define CENABLE	bl PLTJMP(__pthread_enable_asynccancel)
yann@519
    12
 #  define CDISABLE	bl PLTJMP(__pthread_disable_asynccancel)