summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-13 08:01:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-13 08:01:56 -0800
commita846f5e378a1c03ae122c711308899bbe381a7f1 (patch)
tree85fee1fdaf1f2a0f397fbbd6a61619e13454ac03 /ChangeLog
parentbdd1a3fa274078dd37da6df64bb93b3b183fa7cb (diff)
downloadtxr-a846f5e378a1c03ae122c711308899bbe381a7f1.tar.gz
txr-a846f5e378a1c03ae122c711308899bbe381a7f1.tar.bz2
txr-a846f5e378a1c03ae122c711308899bbe381a7f1.zip
* 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.
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.