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>2010-10-05 18:19:17 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-10-05 18:19:17 +0400
commit7c5ede22c52fe4b01b7a3274aa13a3e12cac0425 (patch)
tree7e941fd85a8c73d6caa34c4f60f8b8c0abae7765 /winsup/cygwin/path.h
parente684be61f8fb6ee83eb3501e48c02e7b8de0f982 (diff)
* path.h (enum pathconv_arg): Remove PC_CHECK_EA.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 764381a4a..877334f55 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -57,7 +57,6 @@ enum pathconv_arg
PC_SYM_CONTENTS = 0x0008,
PC_NOFULL = 0x0010,
PC_NULLEMPTY = 0x0020,
- PC_CHECK_EA = 0x0040,
PC_POSIX = 0x0080,
PC_NOWARN = 0x0100,
PC_KEEP_HANDLE = 0x00400000,