diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-25 02:27:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-25 02:27:42 +0000 |
commit | 239b06b864b0231e9995e2279af850362910872f (patch) | |
tree | 54156b2a5e8e3bbbd5dd0117e607570edd1f4e1f /winsup/cygwin/dcrt0.cc | |
parent | 4bb85e7f6720e5cfa362b985527e922a6047a1e4 (diff) | |
download | cygnal-239b06b864b0231e9995e2279af850362910872f.tar.gz cygnal-239b06b864b0231e9995e2279af850362910872f.tar.bz2 cygnal-239b06b864b0231e9995e2279af850362910872f.zip |
* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin
exception handling on threads not created by cygwin.
* sigproc.cc (proc_terminate): Don't release pinfo structs since we are
exiting.
* include/sys/cygwin.h: Add CW_INIT_EXCEPTIONS.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 20005d3e2..95b0a5720 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -1042,7 +1042,7 @@ do_exit (int status) } if (cleanup_pinfo) - myself->record_death (); // Locks pinfo mutex + myself->record_death (); else sigproc_printf ("not cleanup_pinfo"); |