diff options
| author | Daniel Jacobowitz <dan@codesourcery.com> | 2008-04-21 15:34:31 +0000 |
|---|---|---|
| committer | Daniel Jacobowitz <dan@codesourcery.com> | 2008-04-21 15:34:31 +0000 |
| commit | e6e41f0f4963bfb0c0e32f8263ae028b288b5453 (patch) | |
| tree | 9b06ad1ea337664bf01872ebc92b0434555c89e0 | |
| parent | e8d992d7089fab171c9c60fd6a313814f1ff58ee (diff) | |
| download | glibc-e6e41f0f4963bfb0c0e32f8263ae028b288b5453.tar.xz glibc-e6e41f0f4963bfb0c0e32f8263ae028b288b5453.zip | |
2008-04-21 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h (DOCARGS_6,
UNDOCARGS_6): Define.
| -rw-r--r-- | ChangeLog.arm | 5 | ||||
| -rw-r--r-- | sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.arm b/ChangeLog.arm index 5155ce5c3e..661a68cf0e 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,8 @@ +2008-04-21 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h (DOCARGS_6, + UNDOCARGS_6): Define. + 2008-04-21 Khem Raj <kraj@mvista.com> * 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 3fb2186d21..9c80771875 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) |
