]> sourceware.org Git - newlib-cygwin.git/commitdiff
* path.h (enum pathconv_arg): Remove PC_CHECK_EA.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 5 Oct 2010 14:19:17 +0000 (14:19 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 5 Oct 2010 14:19:17 +0000 (14:19 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/path.h

index 9c0e08dcc3d9323c1e6899ee6b8dd3504eabe65d..a7ebdf4e5d1b65226c26b1786737cd7dd89e3190 100644 (file)
@@ -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.
index 764381a4a26b7c2fc2e502b691b1ebe1dbd55a59..877334f55438665357b8005f3c165f4fbd8df127 100644 (file)
@@ -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,
This page took 0.034868 seconds and 5 git commands to generate.