]> sourceware.org Git - glibc.git/commitdiff
[BZ #3291] cvs/fedora-glibc-20061002T1858
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Oct 2006 18:41:30 +0000 (18:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Oct 2006 18:41:30 +0000 (18:41 +0000)
2006-10-02  Jakub Jelinek  <jakub@redhat.com>
[BZ #3291]
* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
errno.h, signal.h, unistd.h and sysdep-cancel.h.
(__sigprocmask): Define.

ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc64/pause.c

index 23c8f8796f1cc65e212be8fd022d4bb967f30d80..881a1823e3638f06a07ed8b4e10c19678f6573f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-02  Jakub Jelinek  <jakub@redhat.com>
+
+       [BZ #3291]
+       * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
+       errno.h, signal.h, unistd.h and sysdep-cancel.h.
+       (__sigprocmask): Define.
+
 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
index 2ec5bd39adf7c63b7aa1a8d87ad95889b40e223e..e399e7c7eb1e7acfadbf3678e14d2eb1412cf3a9 100644 (file)
@@ -1 +1,9 @@
+#include <errno.h>
+#include <signal.h>
+#include <unistd.h>
+#include <sysdep-cancel.h>
+
+#define __sigprocmask(how, set, oset) \
+  INLINE_SYSCALL (rt_sigprocmask, 4, how, set, oset, _NSIG / 8)
+
 #include <sysdeps/posix/pause.c>
This page took 0.051592 seconds and 5 git commands to generate.