summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/globals.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-01-04 02:21:03 +0000
committerChristopher Faylor <me@cgf.cx>2013-01-04 02:21:03 +0000
commit0fd830efdfcac1a60a19b6bf4ae50f08bcf9456f (patch)
treec036c55ed52a8db8ecf2c41fbd77d09411992b2d /winsup/cygwin/globals.cc
parentfba91299d7afbdb58ea638113ef44ee616d690e3 (diff)
downloadcygnal-0fd830efdfcac1a60a19b6bf4ae50f08bcf9456f.tar.gz
cygnal-0fd830efdfcac1a60a19b6bf4ae50f08bcf9456f.tar.bz2
cygnal-0fd830efdfcac1a60a19b6bf4ae50f08bcf9456f.zip
* 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/globals.cc')
-rw-r--r--winsup/cygwin/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc
index e0fa3eed4..19a65b16a 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -34,8 +34,8 @@ UINT system_wow64_directory_length;
enum exit_states
{
ES_NOT_EXITING = 0,
- ES_SIGNAL_EXIT,
ES_EXIT_STARTING,
+ ES_SIGNAL_EXIT,
ES_PROCESS_LOCKED,
ES_EVENTS_TERMINATE,
ES_SIGNAL,