about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-06 15:01:19 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-06 15:01:19 +0000
commit25ee8743cf2b7fdf2ad7b29c1c49b12860c4d717 (patch)
tree80df62e0550d59e217bd311e6449e4ea229a1451 /sysdeps/unix
parent61bdd24fafd8b3ce6b7ad592ee7dba4c22676fb3 (diff)
downloadglibc-25ee8743cf2b7fdf2ad7b29c1c49b12860c4d717.tar.gz
glibc-25ee8743cf2b7fdf2ad7b29c1c49b12860c4d717.tar.xz
glibc-25ee8743cf2b7fdf2ad7b29c1c49b12860c4d717.zip
Update.
1999-06-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/i386/sigaction.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sigaction.c b/sysdeps/unix/sysv/linux/i386/sigaction.c
index db91e52132..400e54c353 100644
--- a/sysdeps/unix/sysv/linux/i386/sigaction.c
+++ b/sysdeps/unix/sysv/linux/i386/sigaction.c
@@ -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);