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>2011-12-04 03:49:03 +0400
committerChristopher Faylor <me@cgf.cx>2011-12-04 03:49:03 +0400
commit645575574342c4f50a6d9ea68306278c11e114c6 (patch)
treed0f66f86915ae8ed3bc115147cd227b27f02b635
parent447354e13ccb83e0baeaaf6158f52b9033fba117 (diff)
fix incorrectly named file in old ChangeLog entry
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 99b56d0ad..fe4bb2e74 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -3645,7 +3645,7 @@
* pinfo.h (_pinfo::set_ctty): Change third parameter to
fhandler_termios *.
- * sigproc.cc (handle_sigsuspend): Don't special-case non-main threads.
+ * exceptions.cc (handle_sigsuspend): Don't special-case non-main threads.
2011-04-15 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>