Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-02 22:55:45 +0300
committerChristopher Faylor <me@cgf.cx>2006-02-02 22:55:45 +0300
commit6577c186c972ad4b75e4854c8c261f6cf34bf5cc (patch)
tree29065d8de0a96af66433bb3c5cd9896d8f2cbc39 /winsup/cygwin/include/sys
parentbb6f800d1840dfb870fa5af01c5884317330bdf6 (diff)
* external.cc (setup_winenv): New function.
(cygwin_internal): Implement CW_SETUP_WINENV. * sys/cygwin.h (cygwin_getinfo_types): Define CW_SETUP_WINENV.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r--winsup/cygwin/include/sys/cygwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h
index fe4aea402..0e177e9a0 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -85,7 +85,8 @@ typedef enum
CW_HOOK,
CW_ARGV,
CW_ENVP,
- CW_DEBUG_SELF
+ CW_DEBUG_SELF,
+ CW_SETUP_WINENV
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */