forked from lix-project/lix
Fix typo
This commit is contained in:
parent
338fcec779
commit
5e64470b19
|
@ -63,7 +63,7 @@ void detectStackOverflow()
|
||||||
act.sa_sigaction = sigsegvHandler;
|
act.sa_sigaction = sigsegvHandler;
|
||||||
act.sa_flags = SA_SIGINFO | SA_ONSTACK;
|
act.sa_flags = SA_SIGINFO | SA_ONSTACK;
|
||||||
if (sigaction(SIGSEGV, &act, 0))
|
if (sigaction(SIGSEGV, &act, 0))
|
||||||
throw SysError("resetting SIGCHLD");
|
throw SysError("resetting SIGSEGV");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue