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>2005-10-13 00:38:38 +0400
committerChristopher Faylor <me@cgf.cx>2005-10-13 00:38:38 +0400
commitbf1550b6f8387fe892c6e6e1c86316634a0604ae (patch)
tree7d9311a5cda548bc12d789eec3b78f77b43714c3 /winsup/cygwin/path.h
parent48882f9a07b5fcc2a892387d9af079a774482f1e (diff)
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
(rmdir): Ditto. * path.h (PC_WRITABLE): Delete. * path.cc (path_conv::check): Remove PC_WRITABLE accommodations. Revisit later.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index aeb70c0f8..e2fa22498 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -46,8 +46,7 @@ enum pathconv_arg
PC_NULLEMPTY = 0x0020,
PC_CHECK_EA = 0x0040,
PC_POSIX = 0x0080,
- PC_NO_ACCESS_CHECK = 0x00800000,
- PC_WRITABLE = 0x00400000
+ PC_NO_ACCESS_CHECK = 0x00800000
};
enum case_checking