diff options
author | Christopher Faylor <me@cgf.cx> | 2006-06-12 14:56:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-06-12 14:56:31 +0000 |
commit | 313b51e6c16cf2111c61edd10c55b8bf7e4fc9a4 (patch) | |
tree | e8c17bdcac6237d491d187365f66ee9ee7f80bb9 /winsup/cygwin/ChangeLog | |
parent | 184574d61c070013956f739c074649b2e3e86eff (diff) | |
download | cygnal-313b51e6c16cf2111c61edd10c55b8bf7e4fc9a4.tar.gz cygnal-313b51e6c16cf2111c61edd10c55b8bf7e4fc9a4.tar.bz2 cygnal-313b51e6c16cf2111c61edd10c55b8bf7e4fc9a4.zip |
* fhandler_tty.cc (fhandler_pty_master::close): Always close
from_master/to_master since we always have copies of these handles.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5d7d86dd9..fb9fb11c6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 Christopher Faylor <cgf@timesys.com> + + * fhandler_tty.cc (fhandler_pty_master::close): Always close + from_master/to_master since we always have copies of these handles. + 2006-06-12 Corinna Vinschen <corinna@vinschen.de> * include/sys/wait.h: Move definition of wait constants from here... |