* external.cc (sync_wincwd): New function.

(cygwin_internal): Rename CW_SETCWD to CW_SYNC_WINCWD.  Call
	sync_wincwd from here.
	* include/sys/cygwin.h (cygwin_getinfo_types): Rename CW_SETCWD to
	CW_SYNC_WINCWD.
This commit is contained in:
Corinna Vinschen
2010-08-19 10:14:31 +00:00
parent 1087b2462f
commit e652eb9230
3 changed files with 35 additions and 7 deletions

View File

@ -150,7 +150,7 @@ typedef enum
CW_CVT_MNT_OPTS,
CW_LST_MNT_OPTS,
CW_STRERROR,
CW_SETCWD
CW_SYNC_WINCWD
} cygwin_getinfo_types;
/* Token type for CW_SET_EXTERNAL_TOKEN */