summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/globals.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-07-30 15:48:51 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-07-30 15:48:51 +0000
commit900f20710fb10a9d02248f1a2d442c324d1fa659 (patch)
treecc9fa4046908e5246a7efc3c43a00e409f138220 /winsup/cygwin/globals.cc
parent0986989f6a290a15e9229f65dd4846d97ee1864e (diff)
downloadcygnal-900f20710fb10a9d02248f1a2d442c324d1fa659.tar.gz
cygnal-900f20710fb10a9d02248f1a2d442c324d1fa659.tar.bz2
cygnal-900f20710fb10a9d02248f1a2d442c324d1fa659.zip
* globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.
* dcrt0.cc (__main): Schedule dll_global_dtors to run atexit before global dtors. (do_exit): Delete test for ES_GLOBAL_DTORS and call to dll_global_dtors.
Diffstat (limited to 'winsup/cygwin/globals.cc')
-rw-r--r--winsup/cygwin/globals.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/globals.cc b/winsup/cygwin/globals.cc
index ccfc20830..b50bf8460 100644
--- a/winsup/cygwin/globals.cc
+++ b/winsup/cygwin/globals.cc
@@ -30,7 +30,6 @@ enum exit_states
{
ES_NOT_EXITING = 0,
ES_PROCESS_LOCKED,
- ES_GLOBAL_DTORS,
ES_EVENTS_TERMINATE,
ES_THREADTERM,
ES_SIGNAL,