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-10 20:22:34 +0300
committerChristopher Faylor <me@cgf.cx>2006-02-10 20:22:34 +0300
commit9a08fd5a50ae8a34abe8db0b8983d86d74491665 (patch)
treefe2c6e75e31b670d1e740fd2d7f502dae0e0b2f7 /winsup/cygwin/include
parent2bf61bfe9b48cedfa558483f08891ede634b4dce (diff)
* 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')
-rw-r--r--winsup/cygwin/include/sys/cygwin.h2
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 */