diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 21:22:26 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 21:22:26 +0400 |
commit | 7b60863bdf8020ef3419fc09d85ae4babbe97b12 (patch) | |
tree | 50d60b4c0c18c531360c95662e1500e78805e735 /recipes/glibc/files/local-args6.diff | |
parent | b0feb8aed2ec0501cf7cbd57b10254711ea702c1 (diff) |
glibc-2.9: fix builds for arm-oabi
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/glibc/files/local-args6.diff')
-rw-r--r-- | recipes/glibc/files/local-args6.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/glibc/files/local-args6.diff b/recipes/glibc/files/local-args6.diff new file mode 100644 index 0000000000..28c957f243 --- /dev/null +++ b/recipes/glibc/files/local-args6.diff @@ -0,0 +1,12 @@ +--- glibc-2.7/ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h.orig ++++ glibc-2.7/ports/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) |