* 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:
Christopher Faylor
2005-05-17 01:21:06 +00:00
parent b55ba2f3da
commit 5c8e6fbd8c
4 changed files with 16 additions and 4 deletions

View File

@ -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 */