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-15 00:49:24 +0300
committerChristopher Faylor <me@cgf.cx>2004-01-15 00:49:24 +0300
commit3079a0f31e08c87c383728aeafae3b29f7f1e557 (patch)
treef96afbcd685ea7f6530a8e4c1783e952dd0ecd9d /winsup/cygwin/ChangeLog
parent3eb090aec281d1c4e342b779e11476d65b892031 (diff)
* fhandler_console.cc (fhandler_console::close): Fix debugging output.
(fhandler_console::fixup_after_fork): Decrement open_fhs prior to call to fhandler_console::open since this would cause incrementing too much incrementing in child processes. (Probably needs to be handled more elegantly someday) (fhandler_console::fixup_after_exec): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b52a26b8c..f1e3f2f0d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2004-01-14 Christopher Faylor <cgf@redhat.com>
+ * fhandler_console.cc (fhandler_console::close): Fix debugging output.
+ (fhandler_console::fixup_after_fork): Decrement open_fhs prior to call
+ to fhandler_console::open since this would cause incrementing too much
+ incrementing in child processes. (Probably needs to be handled more
+ elegantly someday)
+ (fhandler_console::fixup_after_exec): Ditto.
+
+2004-01-14 Christopher Faylor <cgf@redhat.com>
+
* cygtls.h (_threadinfo::call): Remove regparm declaration to work
around compiler bug.