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>2002-05-03 06:43:45 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-03 06:43:45 +0400
commit335c87f94dc73e6d6dbe5d29d59a1c221373bcbc (patch)
tree455a126eca0454932a47cf441272bfb7154c5232 /winsup/cygwin/path.h
parent3bb7eb449cb21012ce47b70dce789f98005c36fd (diff)
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
path_conv name. (fhandler_proc::open): Ditto. * fhandler_process.cc (fhandler_process::fstat): Use fhandler name rather than path_conv name. (fhandler_process::open): Ditto. * fhandler_registry.cc (fhandler_registry::fstat): Use fhandler name rather than path_conv name. (fhandler_registry::open): Ditto. * path.cc (path_conv::check): Don't copy posix path when virtual. (mount_info::conv_to_win32_path): Don't zero string when isproc. Just derive normal windows path. * path.h (path_conv::clear_normalized_path): Declare new method. * path.cc (path_conv::clear_normalized_path): Define new method. * dtable.cc (build_fhandler_from_name): Clear normalized path when finished to conserve space.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 1daaa11d8..79011ec13 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -141,6 +141,7 @@ class path_conv
DWORD get_drive_type () {return drive_type;}
BOOL fs_fast_ea () {return sym_opt & PC_CHECK_EA;}
void set_path (const char *p) {strcpy (path, p);}
+ void clear_normalized_path ();
};
/* Symlink marker */