diff options
author | Christopher Faylor <me@cgf.cx> | 2007-02-20 14:31:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-02-20 14:31:26 +0000 |
commit | d0cf179299952b716333e437a8264610e5b4740f (patch) | |
tree | f3d0f289b146404e80648a40f296319d8ee2aa3c /winsup/cygwin/winsup.h | |
parent | fe32d85c523017026bdc0f476329f160d1d42d33 (diff) | |
download | cygnal-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.h | 2 |
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, |