* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.
* path.cc: Ditto. (normalize_posix_path): Add some extra debugging info. (chdir): Ditto. Store chdir'ed posix and MS-DOS directory names in "cache" here rather than trying to derive them later.
This commit is contained in:
@ -75,9 +75,9 @@ struct _winsup_t
|
||||
|
||||
/* path.cc */
|
||||
struct mntent _ret;
|
||||
char *_current_directory_name;
|
||||
char *_current_directory_posix_name;
|
||||
unsigned long _current_directory_hash;
|
||||
char *_cwd_win32;
|
||||
char *_cwd_posix;
|
||||
unsigned long _cwd_hash;
|
||||
int _iteration;
|
||||
|
||||
/* strerror */
|
||||
|
Reference in New Issue
Block a user