Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / nacl_io / kernel_object.h
index 5563cf3..2f707e0 100644 (file)
@@ -62,7 +62,7 @@ class KernelObject {
   // specified by the |oflags|.
   // Assumes |out_fs| and |out_node| are non-NULL.
   Error AcquireFsAndNode(const std::string& path,
-                         int oflags,
+                         int oflags, mode_t mflags,
                          ScopedFilesystem* out_fs,
                          ScopedNode* out_node);