From: Roland McGrath Date: Wed, 2 Feb 2005 04:16:54 +0000 (+0000) Subject: 2005-02-01 Roland McGrath X-Git-Tag: v4.5.18~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=063ae2dd434b78b7332f900ad4b8c34fdc240cb3;p=strace 2005-02-01 Roland McGrath * signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define here too. Part of RH#142667. --- diff --git a/signal.c b/signal.c index e846f6c2..27b372e3 100644 --- a/signal.c +++ b/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