summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-02-20 14:31:26 +0000
committerChristopher Faylor <me@cgf.cx>2007-02-20 14:31:26 +0000
commitd0cf179299952b716333e437a8264610e5b4740f (patch)
treef3d0f289b146404e80648a40f296319d8ee2aa3c /winsup/cygwin/winsup.h
parentfe32d85c523017026bdc0f476329f160d1d42d33 (diff)
downloadcygnal-d0cf179299952b716333e437a8264610e5b4740f.tar.gz
cygnal-d0cf179299952b716333e437a8264610e5b4740f.tar.bz2
cygnal-d0cf179299952b716333e437a8264610e5b4740f.zip
* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when
exit_state indicates that we've visited do_exit. * sync.h (lock_process::lock_process): Use renamed exit_state - ES_PROCESS_LOCKED. * winsup.h: Rename ES_MUTO_SET to ES_PROCESS_LOCKED.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 83ca0feac..2a4ddf8ee 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -185,7 +185,7 @@ extern "C" int dll_noncygwin_dllcrt0 (HMODULE, per_process *);
enum exit_states
{
ES_NOT_EXITING = 0,
- ES_SET_MUTO,
+ ES_PROCESS_LOCKED,
ES_GLOBAL_DTORS,
ES_EVENTS_TERMINATE,
ES_THREADTERM,