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>2011-03-02 16:22:44 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-03-02 16:22:44 +0300
commit723223ab9f384e6e52a6f92000fade1d47da19b2 (patch)
treeb63924fd23054dc6810d9b6d5dd311c403b8d835 /winsup/cygwin/fhandler_procsys.cc
parentdbc8ac3468f93f697aa842a6ac6409f6bba6122b (diff)
* fhandler_procsys.cc (fhandler_procsys::open): Call worker exists
method, rather than wrapper.
Diffstat (limited to 'winsup/cygwin/fhandler_procsys.cc')
-rw-r--r--winsup/cygwin/fhandler_procsys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_procsys.cc b/winsup/cygwin/fhandler_procsys.cc
index 6c91a2f9c..50e49bffc 100644
--- a/winsup/cygwin/fhandler_procsys.cc
+++ b/winsup/cygwin/fhandler_procsys.cc
@@ -350,7 +350,7 @@ fhandler_procsys::open (int flags, mode_t mode)
set_errno (EINVAL);
else
{
- switch (exists ())
+ switch (exists (NULL))
{
case virt_directory:
case virt_rootdir: