2005-02-01 Roland McGrath <roland@redhat.com>
* signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define here too. Part of RH#142667.
This commit is contained in:
parent
1f1c54aea7
commit
063ae2dd43
2
signal.c
2
signal.c
@ -189,7 +189,7 @@ static const struct xlat sigvec_flags[] = {
|
||||
|
||||
#ifdef HAVE_SIGACTION
|
||||
|
||||
#if defined LINUX && defined I386
|
||||
#if defined LINUX && (defined I386 || defined X86_64)
|
||||
/* The libc headers do not define this constant since it should only be
|
||||
used by the implementation. So wwe define it here. */
|
||||
# ifndef SA_RESTORER
|
||||
|
Loading…
x
Reference in New Issue
Block a user