]> git.eshelyaron.com Git - emacs.git/commitdiff
* sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 26 Aug 2014 08:01:48 +0000 (12:01 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 26 Aug 2014 08:01:48 +0000 (12:01 +0400)
src/sysdep.c

index f32bd5d1bb62e897f1078c36e703aa5821cf247c..c0d651b296a0844ae8985c46bd5bde370b58cc89 100644 (file)
@@ -1754,6 +1754,9 @@ handle_sigsegv (int sig, siginfo_t *siginfo, void *arg)
     }
 }
 
+/* Return true if we have successfully set up SIGSEGV handler on alternate
+   stack.  Otherwise we just treat SIGSEGV among the rest of fatal signals.  */
+
 static bool
 init_sigsegv (void)
 {