Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-03 09:20:23 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-03 09:20:23 +0300
commitf3afe99b0b8de188814ae7e7f841d2566532ef27 (patch)
treec0ecbf0fe730c3fe33fdfc27ea4f3028599dd5fb /winsup/cygwin/ChangeLog
parent7b061fd844f6ade0087cfde28eea223b2aa778a2 (diff)
* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup
needed. * dtable.cc (dtable::vfork_parent_restore): Remove assertion. * pipe.cc (fhandler_pipe::close): Don't close read_state during fork_fixup since it wasn't inherited.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 513dd826a..2c2e9eb5b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-03 Christopher Faylor <cgf@redhat.com>
+
+ * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork
+ cleanup needed.
+ * dtable.cc (dtable::vfork_parent_restore): Remove assertion.
+ * pipe.cc (fhandler_pipe::close): Don't close read_state during
+ fork_fixup since it wasn't inherited.
+
2003-01-01 Christopher Faylor <cgf@redhat.com>
* passwd.cc (getpwuid_r32): Revert previous change.