mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 23:40:22 +00:00
Update.
1999-06-06 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
This commit is contained in:
parent
61bdd24faf
commit
25ee8743cf
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user