diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-20 20:58:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-20 20:58:29 +0000 |
commit | c50d56bc43deb5299e5e0602a4500aa035d47427 (patch) | |
tree | 8cc975b67f9a1748b1780df461acdf146e90676c /winsup/cygwin/ChangeLog | |
parent | b1711a1f96d2059216cedb9dadcb3d9479b4cb9d (diff) | |
download | newlib-c50d56bc43deb5299e5e0602a4500aa035d47427.zip newlib-c50d56bc43deb5299e5e0602a4500aa035d47427.tar.gz newlib-c50d56bc43deb5299e5e0602a4500aa035d47427.tar.bz2 |
* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCE
to change inheritance. Eliminate all other logic dealing with closed handles.
* fhandler.h (fhandler_base::set_inheritance): Reflect above change.
* fhandler_tty.cc (fhandler_tty_common::set_close_on_exec): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ecf7b8a..0935486 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 20 16:48:44 2001 Christopher Faylor <cgf@cygnus.com> + + * fhandler.cc (fhandler_base::set_inheritance): Just use + DUPLICATE_CLOSE_SOURCE to change inheritance. Eliminate all other + logic dealing with closed handles. + * fhandler.h (fhandler_base::set_inheritance): Reflect above change. + * fhandler_tty.cc (fhandler_tty_common::set_close_on_exec): Ditto. + Thu Sep 20 13:34:00 2001 Corinna Vinschen <corinna@vinschen.de> * fhandler_socket.cc (fhandler_socket::fixup_after_exec): Close |