From 6577c186c972ad4b75e4854c8c261f6cf34bf5cc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 2 Feb 2006 19:55:45 +0000 Subject: * external.cc (setup_winenv): New function. (cygwin_internal): Implement CW_SETUP_WINENV. * sys/cygwin.h (cygwin_getinfo_types): Define CW_SETUP_WINENV. --- winsup/cygwin/include/sys/cygwin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include/sys/cygwin.h') 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 */ -- cgit v1.2.3