From 5e64470b192271ce60bea2f5c5fcc556227f86a1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 24 Sep 2018 15:18:59 +0200 Subject: Fix typo --- src/libmain/stack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmain/stack.cc') diff --git a/src/libmain/stack.cc b/src/libmain/stack.cc index 13896aeecb6e..e6224de7d28f 100644 --- a/src/libmain/stack.cc +++ b/src/libmain/stack.cc @@ -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 } -- cgit 1.4.1