]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc64-fixes.patch
- from CVS and libc-alpha
[packages/glibc.git] / glibc-sparc64-fixes.patch
1 2006-12-28  David S. Miller  <davem@davemloft.net>
2
3         * shlib-versions: Fix sparc64 linux target specification.
4
5 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
6
7         [BZ #3291]
8         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9         errno.h, signal.h, unistd.h and sysdep-cancel.h.
10         (__sigprocmask): Define.
11
12 --- glibc-2.5/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c.orig        2006-08-15 05:27:23.000000000 +0000
13 +++ glibc-2.5/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c     2006-12-31 15:12:41.000000000 +0000
14 @@ -1 +1,9 @@
15 +#include <errno.h>
16 +#include <signal.h>
17 +#include <unistd.h>
18 +#include <sysdep-cancel.h>
19 +
20 +#define __sigprocmask(how, set, oset) \
21 +  INLINE_SYSCALL (rt_sigprocmask, 4, how, set, oset, _NSIG / 8)
22 +
23  #include <sysdeps/posix/pause.c>
24 --- glibc-2.5/nptl/shlib-versions.orig  2004-07-05 17:03:27.000000000 +0000
25 +++ glibc-2.5/nptl/shlib-versions       2006-12-31 15:20:09.000000000 +0000
26 @@ -1,5 +1,5 @@
27  mips.*-.*-linux.*      libpthread=0            GLIBC_2.0 GLIBC_2.2
28 -sparc64-.*-linux.*     libpthread=0            GLIBC_2.2
29 +sparc64.*-.*-linux.*   libpthread=0            GLIBC_2.2
30  sh.*-.*-linux.*                libpthread=0            GLIBC_2.2
31  ia64.*-.*-linux.*      libpthread=0            GLIBC_2.2
32  hppa.*-.*-linux.*      libpthread=0            GLIBC_2.2
This page took 0.031267 seconds and 3 git commands to generate.