aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-13 04:40:36 +0000
committerChristopher Faylor <me@cgf.cx>2000-06-13 04:40:36 +0000
commit00660f01105b2b727076e9ba416189059abd6ec2 (patch)
treed4404f66601585dc2dfb36b627b8225def1abb1b /winsup/cygwin/thread.h
parenta50b13da06e9ebf282bb4dc8bdf1a969c9690384 (diff)
downloadnewlib-00660f01105b2b727076e9ba416189059abd6ec2.zip
newlib-00660f01105b2b727076e9ba416189059abd6ec2.tar.gz
newlib-00660f01105b2b727076e9ba416189059abd6ec2.tar.bz2
* 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 e9e0c82..e16d3ce 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 */