Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
strace.2926
0002-m68k-define-HAVE_SA_RESTORER.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-m68k-define-HAVE_SA_RESTORER.patch of Package strace.2926
From a897136801816a3b68e640b2db35e3ec65cbec31 Mon Sep 17 00:00:00 2001 From: Andreas Schwab <schwab@suse.de> Date: Wed, 11 Mar 2015 14:15:34 +0100 Subject: [PATCH 02/15] 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. --- signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal.c b/signal.c index 710fb19..867e156 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 -- 2.3.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor