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
path: root/winsup
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
parente684be61f8fb6ee83eb3501e48c02e7b8de0f982 (diff)
* path.h (enum pathconv_arg): Remove PC_CHECK_EA.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/path.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9c0e08dcc..a7ebdf4e5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-05 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.h (enum pathconv_arg): Remove PC_CHECK_EA.
+
2010-10-02 Christopher Faylor <me+cygwin@cgf.cx>
* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.
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,