aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-02 02:36:50 +0000
committerChristopher Faylor <me@cgf.cx>2005-06-02 02:36:50 +0000
commitf9fb1149d5b1c0c15f9a554677019dbc5426ed83 (patch)
tree8fe8ccb9c158b20d4bd15d17bd741b00921c2a32 /winsup/cygwin/ChangeLog
parent5ac6edefaf90729f8da0b872f89b146242d0946e (diff)
downloadnewlib-f9fb1149d5b1c0c15f9a554677019dbc5426ed83.zip
newlib-f9fb1149d5b1c0c15f9a554677019dbc5426ed83.tar.gz
newlib-f9fb1149d5b1c0c15f9a554677019dbc5426ed83.tar.bz2
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/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9b906ac..8ab500d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2005-06-01 Christopher Faylor <cgf@timesys.com>
+ Revert 2005-05-30 close_all_files changes.
+ * spawn.cc (spawn_guts): When execing, close all files after the child
+ has synced with us.
+
+2005-06-01 Christopher Faylor <cgf@timesys.com>
+
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that
disk open is called in case we're passed in a non-existent device.