From 04bfe7a74bb295c053e70a1473d3da8442205785 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 31 Dec 2006 16:48:31 +0000 Subject: [PATCH] - from CVS and libc-alpha Changed files: glibc-sparc64-fixes.patch -> 1.1 --- glibc-sparc64-fixes.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 glibc-sparc64-fixes.patch diff --git a/glibc-sparc64-fixes.patch b/glibc-sparc64-fixes.patch new file mode 100644 index 0000000..1d03dab --- /dev/null +++ b/glibc-sparc64-fixes.patch @@ -0,0 +1,32 @@ +2006-12-28 David S. Miller + + * shlib-versions: Fix sparc64 linux target specification. + +2006-10-02 Jakub Jelinek + + [BZ #3291] + * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include + errno.h, signal.h, unistd.h and sysdep-cancel.h. + (__sigprocmask): Define. + +--- glibc-2.5/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c.orig 2006-08-15 05:27:23.000000000 +0000 ++++ glibc-2.5/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c 2006-12-31 15:12:41.000000000 +0000 +@@ -1 +1,9 @@ ++#include ++#include ++#include ++#include ++ ++#define __sigprocmask(how, set, oset) \ ++ INLINE_SYSCALL (rt_sigprocmask, 4, how, set, oset, _NSIG / 8) ++ + #include +--- glibc-2.5/nptl/shlib-versions.orig 2004-07-05 17:03:27.000000000 +0000 ++++ glibc-2.5/nptl/shlib-versions 2006-12-31 15:20:09.000000000 +0000 +@@ -1,5 +1,5 @@ + mips.*-.*-linux.* libpthread=0 GLIBC_2.0 GLIBC_2.2 +-sparc64-.*-linux.* libpthread=0 GLIBC_2.2 ++sparc64.*-.*-linux.* libpthread=0 GLIBC_2.2 + sh.*-.*-linux.* libpthread=0 GLIBC_2.2 + ia64.*-.*-linux.* libpthread=0 GLIBC_2.2 + hppa.*-.*-linux.* libpthread=0 GLIBC_2.2 -- 2.44.0