diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-13 08:01:56 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-13 08:01:56 -0800 |
commit | a846f5e378a1c03ae122c711308899bbe381a7f1 (patch) | |
tree | 85fee1fdaf1f2a0f397fbbd6a61619e13454ac03 /ChangeLog | |
parent | bdd1a3fa274078dd37da6df64bb93b3b183fa7cb (diff) | |
download | txr-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |