Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
perl
posix-sigaction.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File posix-sigaction.patch of Package perl
Index: perl-5.26.1/ext/POSIX/POSIX.xs =================================================================== --- perl-5.26.1.orig/ext/POSIX/POSIX.xs +++ perl-5.26.1/ext/POSIX/POSIX.xs @@ -3158,6 +3158,10 @@ sigaction(sig, optaction, oldaction = 0) /* Set up any desired flags. */ svp = hv_fetchs(action, "FLAGS", FALSE); act.sa_flags = svp ? SvIV(*svp) : 0; +#ifdef SA_SIGINFO + /* Perl_sighandler depends on the extra arguments. */ + act.sa_flags |= SA_SIGINFO; +#endif /* Don't worry about cleaning up *sigsvp if this fails, * because that means we tried to disposition a
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