* 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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user