]> granicus.if.org Git - strace/commitdiff
2005-02-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 04:16:54 +0000 (04:16 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 04:16:54 +0000 (04:16 +0000)
* signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define
here too.
Part of RH#142667.

signal.c

index e846f6c23f73b9e4394f0455af073e38a4c1b2c2..27b372e3c37032824edc9cdd98fae140f9cfa75b 100644 (file)
--- 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