* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS error
condition pointed to by Clang.
This commit is contained in:
parent
e9d7f5b3a9
commit
e82360f659
@ -1,3 +1,8 @@
|
||||
2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS
|
||||
error condition pointed to by Clang.
|
||||
|
||||
2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment
|
||||
|
@ -848,6 +848,7 @@ fhandler_registry::open (int flags, mode_t mode)
|
||||
{
|
||||
set_errno (EROFS);
|
||||
res = 0;
|
||||
goto out;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user