diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-19 05:08:20 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-19 05:08:20 +0000 |
commit | 1219debe0c8cba4e8ad662357e2446ed911a022a (patch) | |
tree | 666cac8873e78b4e5f79e79c3b6ace56376ffa84 | |
parent | 65438ec635d9cede44bb9e59438f80668422d704 (diff) | |
download | newlib-1219debe0c8cba4e8ad662357e2446ed911a022a.zip newlib-1219debe0c8cba4e8ad662357e2446ed911a022a.tar.gz newlib-1219debe0c8cba4e8ad662357e2446ed911a022a.tar.bz2 |
fix minor typo.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 14d22a8..78b5e72 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,8 @@ 2005-12-18 Christopher Faylor <cgf@timesys.com> - * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function. - (fhandler_console::invisible_console): Declare new variable. + * fhandler.h (fhandler_console::invisible_console): Declare new + variable. + (fhandler_pipe::fixup_in_child): Declare new function. (fhandler_console::need_invisible): Ditto. (fhandler_console::has_a): Ditto. * fhandler_console.cc (set_console_state_for_spawn): Eliminate return |