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:
2
signal.c
2
signal.c
@ -189,7 +189,7 @@ static const struct xlat sigvec_flags[] = {
|
|||||||
|
|
||||||
#ifdef HAVE_SIGACTION
|
#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
|
/* The libc headers do not define this constant since it should only be
|
||||||
used by the implementation. So wwe define it here. */
|
used by the implementation. So wwe define it here. */
|
||||||
# ifndef SA_RESTORER
|
# ifndef SA_RESTORER
|
||||||
|
Reference in New Issue
Block a user