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>2013-01-04 06:21:03 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-04 06:21:03 +0400
commit0fd830efdfcac1a60a19b6bf4ae50f08bcf9456f (patch)
treec036c55ed52a8db8ecf2c41fbd77d09411992b2d /winsup/cygwin/ChangeLog
parentfba91299d7afbdb58ea638113ef44ee616d690e3 (diff)
* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, as
intended. * sigproc.cc (wait_sig): Only stop accepting signals after exit_state > ES_EXIT_STARTING.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3b28859ac..ac6124745 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2013-01-03 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first,
+ as intended.
+ * sigproc.cc (wait_sig): Only stop accepting signals after
+ exit_state > ES_EXIT_STARTING.
+
+2013-01-03 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* sigproc.cc (exit_thread): Set thread signal mask so that no signals
are sent to an exiting thread.