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:
authorEgor Duda <deo@logos-m.ru>2001-03-13 10:58:29 +0300
committerEgor Duda <deo@logos-m.ru>2001-03-13 10:58:29 +0300
commit344ce60cfbf01aa0e5968a91f4b14c389b650724 (patch)
treeff82735921014dcef30c9d7fd16df330e199d496
parente935fcf08a59db8d8231de60c2279a04c6c6d554 (diff)
Fix typo
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 02e310f88..166205821 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,8 +1,8 @@
2001-03-12 Egor Duda <deo@logos-m.ru>
* fhandler.h (fhandler_termios::fixup_after_exec): New function.
- * fhandler.cc (fhandler_termios::fixup_after_fork): New function.
- Fixup output handle.
+ * fhandler_termios.cc (fhandler_termios::fixup_after_fork): New
+ function. Fixup output handle.
* fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Output
handle is now fixed up in fhandler_termios::fixup_after_fork().