summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-12-04 18:40:51 +0000
committerChristopher Faylor <me@cgf.cx>2011-12-04 18:40:51 +0000
commit536e00784ed9670493522cb6634625aa21c14f32 (patch)
treed1c6c76fb0224d17038ca8046f5fbcf142095ce5
parent79e59d522afe5692c09ab21eade08947eca3ec19 (diff)
downloadcygnal-536e00784ed9670493522cb6634625aa21c14f32.tar.gz
cygnal-536e00784ed9670493522cb6634625aa21c14f32.tar.bz2
cygnal-536e00784ed9670493522cb6634625aa21c14f32.zip
correct name of function
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.