diff options
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r-- | winsup/cygwin/dtable.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc index 24a88ce26..db69ed376 100644 --- a/winsup/cygwin/dtable.cc +++ b/winsup/cygwin/dtable.cc @@ -766,7 +766,7 @@ dtable::vfork_parent_restore () lock (); fhandler_tty_slave *ctty_on_hold = cygheap->ctty_on_hold; - close_all_files (); + close_all_files (false); fhandler_base **deleteme = fds; fds = fds_on_hold; fds_on_hold = NULL; |