Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-04-09 05:23:41 +0400
committerChristopher Faylor <me@cgf.cx>2013-04-09 05:23:41 +0400
commitb49dae4a4443858b2ce51daac3883ad0f1473145 (patch)
tree485dc1cd6b3bde5847d592238d4e9ccd480a2fe2
parent9d2155089e8709977ef012cfdfd88d511b92d154 (diff)
fix YA typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8fbe9a821..5024aab6f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,7 +2,7 @@
* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the
signal_arrived event.
- (_cygtls::handle_SIGCONT): Declare ew function.
+ (_cygtls::handle_SIGCONT): Declare new function.
* cygwait.cc (is_cw_sig_handle): Delete.
(is_cw_sig_cont): New convenience define.
(cygwait): Clear signal if is_cw_sig_cont and we got a SIGCONT.