From 9a08fd5a50ae8a34abe8db0b8983d86d74491665 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 10 Feb 2006 17:22:34 +0000 Subject: * 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. --- winsup/cygwin/include/sys/cygwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/include/sys') 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 */ -- cgit v1.2.3