This commit is contained in:
Eelco Dolstra 2018-09-24 15:18:59 +02:00
parent 338fcec779
commit 5e64470b19
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -63,7 +63,7 @@ void detectStackOverflow()
act.sa_sigaction = sigsegvHandler;
act.sa_flags = SA_SIGINFO | SA_ONSTACK;
if (sigaction(SIGSEGV, &act, 0))
throw SysError("resetting SIGCHLD");
throw SysError("resetting SIGSEGV");
#endif
}