]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM files
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 14 Nov 2017 20:50:32 +0000 (21:50 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 14 Nov 2017 20:50:32 +0000 (21:50 +0100)
commit0d57ef9de5e2e5b12694169ab0a3c4203e1aa605
treee470e96113e2c9d71915e44582e294a522a89d5e
parent0b0b2b96f2039403e456b1c84f6300cdef0696c0
Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM files

Commit 603ef545bdbdbf7495e1a0bbabffb8741fc2a5bb broke this snippet and
commit 5b312b4747cc4acda39c187369c02fcea456513b didn't help at all since
FILE_CREATE is exactly *not* the situation the test was originally
supposed to handle.

In fact, none of the open flags used by fhandler_base::open actually
hits this problem anymore, so just drop the code.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler.cc
This page took 0.032351 seconds and 5 git commands to generate.