| Index: native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h b/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h
|
| index baad6cd241ff2f7afe1e72a515593d819934085b..8c7c86e2ab954644cb33ad2911df89c651f9d4e2 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h
|
| @@ -18,7 +18,8 @@ class PassthroughFs : public Filesystem {
|
| virtual void Destroy();
|
|
|
| public:
|
| - virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
|
| + virtual Error OpenWithMode(const Path& path, int open_flags, mode_t mode,
|
| + ScopedNode* out_node);
|
| virtual Error OpenResource(const Path& path, ScopedNode* out_node);
|
| virtual Error Unlink(const Path& path);
|
| virtual Error Mkdir(const Path& path, int perm);
|
|
|