diff options
author | Christopher Faylor <me@cgf.cx> | 2005-06-02 02:36:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-06-02 02:36:50 +0000 |
commit | f9fb1149d5b1c0c15f9a554677019dbc5426ed83 (patch) | |
tree | 8fe8ccb9c158b20d4bd15d17bd741b00921c2a32 /winsup/cygwin/fhandler.h | |
parent | 5ac6edefaf90729f8da0b872f89b146242d0946e (diff) | |
download | cygnal-f9fb1149d5b1c0c15f9a554677019dbc5426ed83.tar.gz cygnal-f9fb1149d5b1c0c15f9a554677019dbc5426ed83.tar.bz2 cygnal-f9fb1149d5b1c0c15f9a554677019dbc5426ed83.zip |
Revert 2005-05-30 close_all_files changes.
* spawn.cc (spawn_guts): When execing, close all files after the child has
synced with us.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r-- | winsup/cygwin/fhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index f0b588fca..ff2f315e3 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -82,7 +82,7 @@ enum query_state { class fhandler_base { friend class dtable; - friend void close_all_files (bool); + friend void close_all_files (); struct status_flags { |