| Index: native_client_sdk/src/libraries/nacl_io/kernel_object.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_object.h b/native_client_sdk/src/libraries/nacl_io/kernel_object.h
|
| index ca6be9d4e57e136d13742a609d77372d4c7c5e09..cab977b65d68db9060e35a3b355744afb28473ff 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/kernel_object.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_object.h
|
| @@ -49,7 +49,7 @@ class KernelObject {
|
| Error AttachFsAtPath(const ScopedFilesystem& fs, const std::string& path);
|
|
|
| // Unmap the Filesystem object from the specified path and release it.
|
| - Error DetachFsAtPath(const std::string& path);
|
| + Error DetachFsAtPath(const std::string& path, ScopedFilesystem* out_fs);
|
|
|
| // Find the filesystem for the given path, and acquires it and return a
|
| // path relative to the filesystem.
|
|
|