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>2010-10-24 22:50:57 +0400
committerChristopher Faylor <me@cgf.cx>2010-10-24 22:50:57 +0400
commit5160c5f4303773e03d599342e696fa3c349f9f05 (patch)
tree8c727ed933a531195b66ca5f6bd283d8f36505f3 /winsup/cygwin/globals.cc
parent488ddaced31b6e5c022732588375ddf6281b1c1a (diff)
* dcrt0.cc (do_exit): Don't set thread termination until all fds have been
closed since an fd may rely on a thread. * fhandler_tty.cc: Reformat comment. (fhandler_pty_master::pty_master_thread): Refuse ERROR_PIPE_CONNECTED state as an error. * globals.cc (exit_states): Reorder ES_THREADTERM. * path.cc (find_fast_cwd_pointers): Remove excessively wordy DEBUGGING output.
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 811192de2..801ae742d 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -35,9 +35,9 @@ enum exit_states
ES_EXIT_STARTING,
ES_PROCESS_LOCKED,
ES_EVENTS_TERMINATE,
- ES_THREADTERM,
ES_SIGNAL,
ES_CLOSEALL,
+ ES_THREADTERM,
ES_HUP_PGRP,
ES_HUP_SID,
ES_EXEC_EXIT,