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>2000-06-13 08:40:36 +0400
committerChristopher Faylor <me@cgf.cx>2000-06-13 08:40:36 +0400
commit00660f01105b2b727076e9ba416189059abd6ec2 (patch)
treed4404f66601585dc2dfb36b627b8225def1abb1b /winsup/cygwin/thread.h
parenta50b13da06e9ebf282bb4dc8bdf1a969c9690384 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h
index e9e0c82b7..e16d3ce2a 100644
--- a/winsup/cygwin/thread.h
+++ b/winsup/cygwin/thread.h
@@ -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 */