* fhandler_procsys.cc (fhandler_procsys::open): Call worker exists

method, rather than wrapper.
This commit is contained in:
Corinna Vinschen 2011-03-02 13:22:44 +00:00
parent dbc8ac3468
commit 723223ab9f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-03-02 Corinna Vinschen <corinna@vinschen.de>
* fhandler_procsys.cc (fhandler_procsys::open): Call worker exists
method, rather than wrapper.
2011-03-01 Christopher Faylor <me+cygwin@cgf.cx>
* autoload.cc (dll_load): Avoid in_forkee test since this apparently

View File

@ -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: