emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117742: * sysdep.c (init_sigsegv) [HAVE_STACK_OVERF


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117742: * sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.
Date: Tue, 26 Aug 2014 08:02:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117742
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Tue 2014-08-26 12:01:48 +0400
message:
  * sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.
modified:
  src/sysdep.c                   sysdep.c-20091113204419-o5vbwnq5f7feedwu-448
=== modified file 'src/sysdep.c'
--- a/src/sysdep.c      2014-08-26 06:25:59 +0000
+++ b/src/sysdep.c      2014-08-26 08:01:48 +0000
@@ -1754,6 +1754,9 @@
     }
 }
 
+/* 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)
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]