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:
authorCorinna Vinschen <corinna@vinschen.de>2007-08-14 18:48:52 +0400
committerCorinna Vinschen <corinna@vinschen.de>2007-08-14 18:48:52 +0400
commit4a971ce403ee1dba9d779219310043816a4c4768 (patch)
treee74d19e86394d08b204a6f7bb10df91fe169a85f /winsup/cygwin/path.h
parent7d2ade334193638dbd55b85e1909408606bcde97 (diff)
* fhandler.h (fhandler_base::pc): Make public.
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop extern declaration of stat_suffixes. Use NT native path in debug output. (fhandler_base::utimes_fs): Simplify closeit case. Use close_fs to close newly opened file handle. (fhandler_base::open_fs): Use NT native path in debug output. * path.cc: Throughout drop extern declaration of stat_suffixes. * path.h (stat_suffixes): Declare. * sec_acl.cc (acl_worker): Drop extern declaration of stat_suffixes. * times.cc (utimes_worker): Take path_conv as parameter instead of single-byte pathnam, drop nofollow argument, accommodate throughout. Compare UNICODE paths when enumerating file descriptors. Fix formatting. Use NT native path in debug output.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 194a5648d..59734512f 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -45,6 +45,8 @@ struct suffix_info
suffix_info (const char *s, int addit = 0): name (s), addon (addit) {}
};
+extern suffix_info stat_suffixes[];
+
enum pathconv_arg
{
PC_SYM_FOLLOW = 0x0001,