* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism as

spawn to determine environment variables which should be converted back to
windows form.
(cygwin_internal): Reflect setup_winenv -> sync_winenv name change.
* include/sys/cygwin.h: Ditto.
This commit is contained in:
Christopher Faylor
2006-02-10 17:22:34 +00:00
parent 2bf61bfe9b
commit 9a08fd5a50
3 changed files with 45 additions and 25 deletions

View File

@ -86,7 +86,7 @@ typedef enum
CW_ARGV,
CW_ENVP,
CW_DEBUG_SELF,
CW_SETUP_WINENV
CW_SYNC_WINENV
} cygwin_getinfo_types;
#define CW_NEXTPID 0x80000000 /* or with pid to get next one */