Need to reinstall handler on SYSV.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@73 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -208,6 +208,7 @@ static void
|
|||||||
SIGSYS_handler()
|
SIGSYS_handler()
|
||||||
{
|
{
|
||||||
errno = 0;
|
errno = 0;
|
||||||
|
signal(SIGSYS, SIGSYS_handler); /* Need to reinstall handler on SYSV */
|
||||||
longjmp(catch_SIGSYS, 1);
|
longjmp(catch_SIGSYS, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user