1999-06-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/i386/sigaction.c (SA_RESTORER): New #define.
This commit is contained in:
Ulrich Drepper 1999-06-06 15:01:19 +00:00
parent 61bdd24faf
commit 25ee8743cf
2 changed files with 7 additions and 0 deletions

View File

@ -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

View 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);