From: Daniel Jacobowitz Date: Mon, 21 Apr 2008 15:34:31 +0000 (+0000) Subject: 2008-04-21 Mike Frysinger X-Git-Tag: glibc-2.16-ports-merge^2~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6e41f0f4963bfb0c0e32f8263ae028b288b5453;p=platform%2Fupstream%2Fglibc.git 2008-04-21 Mike Frysinger * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h (DOCARGS_6, UNDOCARGS_6): Define. --- diff --git a/ChangeLog.arm b/ChangeLog.arm index 5155ce5..661a68c 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,8 @@ +2008-04-21 Mike Frysinger + + * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h (DOCARGS_6, + UNDOCARGS_6): Define. + 2008-04-21 Khem Raj * sysdeps/unix/sysv/linux/arm/bits/shm.h: New file. diff --git a/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h b/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h index 3fb2186..9c80771 100644 --- a/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h @@ -73,6 +73,9 @@ # define DOCARGS_5 DOCARGS_4 # define UNDOCARGS_5 UNDOCARGS_4 +# define DOCARGS_6 DOCARGS_5 +# define UNDOCARGS_6 UNDOCARGS_5 + # ifdef IS_IN_libpthread # define CENABLE bl PLTJMP(__pthread_enable_asynccancel) # define CDISABLE bl PLTJMP(__pthread_disable_asynccancel)