Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 6 Jun 1999 15:01:19 +0000 (15:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 6 Jun 1999 15:01:19 +0000 (15:01 +0000)
1999-06-06  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.

ChangeLog
sysdeps/unix/sysv/linux/i386/sigaction.c

index 1068c44..3e9dc31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-06-06  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
+
 1999-06-06  Andi Kleen  <ak@muc.de>
 
        * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Set
index db91e52..400e54c 100644 (file)
@@ -32,6 +32,9 @@
    translate it here.  */
 #include <kernel_sigaction.h>
 
+/* We do not globally define the SA_RESTORER flag so do it here.  */
+#define SA_RESTORER 0x04000000
+
 
 extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *,
                                   struct kernel_sigaction *, size_t);