Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
rsh
netkit-rsh-0.17-rexec-NPTL-signals.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File netkit-rsh-0.17-rexec-NPTL-signals.diff of Package rsh
--- rexec/rexec.c +++ rexec/rexec.c @@ -442,6 +442,15 @@ void set_signal(int sig, SIGHANDLER_T handler) { + /* Skipping signals used by NPTL. See + * https://listman.redhat.com/archives/phil-list/2003-April/msg00051.htm. + * We are not really supposed to use __SIGRTMIN, so this is somewhat + * kludgy. But for lack of a better solution (i.e. an "official" + * __SIGRTMIN), we use this. + */ + if ( sig >= __SIGRTMIN && sig < SIGRTMIN ) + return; + switch (sig) { struct sigaction action;
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