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>2012-04-21 23:52:11 +0400
committerChristopher Faylor <me@cgf.cx>2012-04-21 23:52:11 +0400
commit8b4bd0822066fe7282bb4b6486c0f4c44225d493 (patch)
treef0c5ffb8c39290132a9669932d4e374d0947b4e5 /winsup/cygwin/path.cc
parent080f275bae53c9a03c889014cdc42b02d7837448 (diff)
* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.
* path.cc (path_conv::check): Remove PATH_KEPT_HANDLE setting. * path.h (path_types): Remove PATH_KEPT_HANDLE. (path_conv::kept_handle): Delete now-unneeded function.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 0a2380b9c..3524c0cc0 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -1152,9 +1152,6 @@ out:
if (opt & PC_CTTY)
path_flags |= PATH_CTTY;
- if (opt & PC_KEEP_HANDLE)
- path_flags |= PATH_KEPT_HANDLE;
-
if ((opt & PC_POSIX))
{
if (tail < path_end && tail > path_copy + 1)