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:
Roland McGrath 2005-02-02 04:16:54 +00:00
parent 1f1c54aea7
commit 063ae2dd43

View File

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