| Index: native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc
|
| diff --git a/native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc b/native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc
|
| index 4350aaedb440e7621f52fcd507a482d1bf7c465b..e168d790d92e28bfad08318e80bc6cf65ccc1ba5 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc
|
| +++ b/native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc
|
| @@ -32,7 +32,8 @@ class FilesystemForTesting : public Filesystem {
|
|
|
| public:
|
| Error Access(const Path& path, int a_mode) { return ENOSYS; }
|
| - Error Open(const Path& path, int mode, ScopedNode* out_node) {
|
| + Error OpenWithMode(const Path& path, int open_flags,
|
| + mode_t mode, ScopedNode* out_node) {
|
| out_node->reset(NULL);
|
| return ENOSYS;
|
| }
|
|
|