From 239b06b864b0231e9995e2279af850362910872f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 25 Aug 2000 02:27:42 +0000 Subject: * 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. --- winsup/cygwin/include/sys/cygwin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include/sys') diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index 5b6cc7011..0cbd73686 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -61,7 +61,8 @@ typedef enum CW_USER_DATA, CW_PERFILE, CW_GET_CYGDRIVE_PREFIXES, - CW_GETPINFO_FULL + CW_GETPINFO_FULL, + CW_INIT_EXCEPTIONS } cygwin_getinfo_types; #define CW_NEXTPID 0x80000000 // or with pid to get next one -- cgit v1.2.3