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>2004-01-17 01:54:14 +0300
committerChristopher Faylor <me@cgf.cx>2004-01-17 01:54:14 +0300
commit49d0c04260e7bca17cdaf48c5cc4dffea5e312ab (patch)
tree15eff813f97625c418630d7c47c599f3752c2294 /winsup/cygwin/ChangeLog
parent001197aee3f04f077c77ec99fce715ff43fac800 (diff)
* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b8fad2676..a92ce1b22 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2004-01-16 Christopher Faylor <cgf@redhat.com>
+ * cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still
+ active.
+
+2004-01-16 Christopher Faylor <cgf@redhat.com>
+
* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to
calling close_all_files since it will be zeroed.