* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.
* external.cc (cygwin_internal): Implement CW_DEBUG_SELF. * init.cc (dll_entry): Minor rearrangement of code.
This commit is contained in:
@ -82,7 +82,8 @@ typedef enum
|
||||
CW_GET_BINMODE,
|
||||
CW_HOOK,
|
||||
CW_ARGV,
|
||||
CW_ENVP
|
||||
CW_ENVP,
|
||||
CW_DEBUG_SELF
|
||||
} cygwin_getinfo_types;
|
||||
|
||||
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */
|
||||
|
Reference in New Issue
Block a user