diff options
author | Christopher Faylor <me@cgf.cx> | 2006-02-10 17:22:34 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-02-10 17:22:34 +0000 |
commit | 9a08fd5a50ae8a34abe8db0b8983d86d74491665 (patch) | |
tree | fe2c6e75e31b670d1e740fd2d7f502dae0e0b2f7 /winsup/cygwin/include/sys | |
parent | 2bf61bfe9b48cedfa558483f08891ede634b4dce (diff) | |
download | cygnal-9a08fd5a50ae8a34abe8db0b8983d86d74491665.tar.gz cygnal-9a08fd5a50ae8a34abe8db0b8983d86d74491665.tar.bz2 cygnal-9a08fd5a50ae8a34abe8db0b8983d86d74491665.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r-- | winsup/cygwin/include/sys/cygwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index 0e177e9a0..1380194fb 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -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 */ |