From 536e00784ed9670493522cb6634625aa21c14f32 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 4 Dec 2011 18:40:51 +0000 Subject: [PATCH] correct name of function --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e132a724f..29015b8f5 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -19,7 +19,7 @@ * exceptions.cc (exception::handle): Drop abbreviation for "exception" since I never remember what it stands for. - (sig_handle_tty_stop): Remove obsolete call to sig_handle_tty_stop. + (sig_handle_tty_stop): Remove obsolete call to reset_signal_arrived. (_cygtls::call_signal_handler): Rework to grab signal information from _main_tls if none is set for _my_tls. Try harder to keep thread locked.