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:
Björn Groenvall
1995-08-04 08:37:14 +00:00
parent 79043c6ad5
commit 7c10c53f6a

View File

@@ -208,6 +208,7 @@ static void
SIGSYS_handler()
{
errno = 0;
signal(SIGSYS, SIGSYS_handler); /* Need to reinstall handler on SYSV */
longjmp(catch_SIGSYS, 1);
}