summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44bc26cd..2d87676a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2013-12-13 Kaz Kylheku <kaz@kylheku.com>
+ * signal.c (set_sig_handler): Disable signals around this
+ function because it manipulates the mask of deferred
+ signals which can also be manipulated by an async signal.
+
+2013-12-13 Kaz Kylheku <kaz@kylheku.com>
+
* signal.c (set_sig_handler): Clear the deferred flag
for a signal that is being set to ignored or default.