From 73a7ae605d364be49dc5bd1cc15c1116fe47a446 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 2 Aug 2014 09:37:24 -0700 Subject: * signal.c (interrupt_count): New global variable. (sig_handler): Increment and decrement interrupt count. If the interrupt count is already positive, treat that as if async signals were not enabled: do not invoke handlers. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f577bad7..0bc6a437 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-08-02 Kaz Kylheku + + * signal.c (interrupt_count): New global variable. + (sig_handler): Increment and decrement interrupt count. + If the interrupt count is already positive, treat + that as if async signals were not enabled: do not + invoke handlers. + 2014-08-01 Kaz Kylheku * configure (have_sys_time): New variable. -- cgit v1.2.3