summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2003-09-24 17:10:21 +0000
committerChristopher Faylor <cgf@redhat.com>2003-09-24 17:10:21 +0000
commita57b4c333e3c45f445b17ab3ab06c9c579da5f84 (patch)
treefc333a070377fdb7e48e70321674638061049ba9 /winsup/cygwin/ChangeLog
parent56fc2de784ceb281868e0b8e6b65fe6d02041261 (diff)
downloadgdb-a57b4c333e3c45f445b17ab3ab06c9c579da5f84.tar.gz
* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.cvs/cr-0x9ccr-0x9c
(exit_states): Move out of source file into header file. * winsup.h: Move exit_states here. Remove "C" linkage from do_exit declaration. * debug.cc (lock_debug): Remove explicit (and incorrect) external for exit_state. * sigproc.cc (sig_dispatch_pending): Don't flush signals if exiting.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f992778ccdd..dc103744e21 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-22 Christopher Faylor <cgf@redhat.com>
+
+ * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate
+ early.
+ (exit_states): Move out of source file into header file.
+ * winsup.h: Move exit_states here. Remove "C" linkage from do_exit
+ declaration.
+ * debug.cc (lock_debug): Remove explicit (and incorrect) external for
+ exit_state.
+ * sigproc.cc (sig_dispatch_pending): Don't flush signals if exiting.
+
2003-09-20 Christopher Faylor <cgf@redhat.com>
* spawn.cc (pthread_cleanup): New struct.