1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
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
}