From: Andreas Schwab Date: Wed, 11 Mar 2015 13:15:34 +0000 (+0100) Subject: m68k: define HAVE_SA_RESTORER X-Git-Tag: v4.11~583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a897136801816a3b68e640b2db35e3ec65cbec31;p=strace m68k: define HAVE_SA_RESTORER On m68k the kernel sigaction structure has the sa_restorer member for historical reasons. * signal.c (HAVE_SA_RESTORER): Define for M68K. --- diff --git a/signal.c b/signal.c index 710fb19b..867e1563 100644 --- a/signal.c +++ b/signal.c @@ -62,7 +62,7 @@ # define HAVE_SA_RESTORER 1 # endif #else /* !SA_RESTORER */ -# if defined SPARC || defined SPARC64 +# if defined SPARC || defined SPARC64 || defined M68K # define HAVE_SA_RESTORER 1 # else # define HAVE_SA_RESTORER 0