patches/glibc/ports-2.7/110-ARM-NPTL.patch
author Arnaud Lacombe <lacombar@gmail.com>
Thu Aug 05 17:59:51 2010 +0200 (2010-08-05)
changeset 2069 366bd2b22675
permissions -rw-r--r--
complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0

This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
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)