diff options
author | Christopher Faylor <me@cgf.cx> | 2011-12-03 23:49:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-12-03 23:49:03 +0000 |
commit | 645575574342c4f50a6d9ea68306278c11e114c6 (patch) | |
tree | d0f66f86915ae8ed3bc115147cd227b27f02b635 | |
parent | 447354e13ccb83e0baeaaf6158f52b9033fba117 (diff) | |
download | cygnal-645575574342c4f50a6d9ea68306278c11e114c6.tar.gz cygnal-645575574342c4f50a6d9ea68306278c11e114c6.tar.bz2 cygnal-645575574342c4f50a6d9ea68306278c11e114c6.zip |
fix incorrectly named file in old ChangeLog entry
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
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> |