diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-06 15:01:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-06 15:01:19 +0000 |
commit | 25ee8743cf2b7fdf2ad7b29c1c49b12860c4d717 (patch) | |
tree | 80df62e0550d59e217bd311e6449e4ea229a1451 /sysdeps/unix | |
parent | 61bdd24fafd8b3ce6b7ad592ee7dba4c22676fb3 (diff) | |
download | glibc-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.c | 3 |
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); |