Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1330)

Unified Diff: native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h

Issue 604513002: [NaCl SDK] nacl_io: Add chmod/fchmod (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
diff --git a/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h b/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
index 5bd7bc112645b8d95ff8351cec9426f505c06468..609714395a4e71770a095aef51e8d2885bd9756a 100644
--- a/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
+++ b/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h
@@ -55,6 +55,7 @@ class FuseFsNode : public Node {
const struct termios* termios_p);
virtual Error GetSize(off_t* out_size);
virtual Error Futimens(const struct timespec times[2]);
+ virtual Error Fchmod(mode_t mode);
protected:
struct fuse_operations* fuse_ops_;

Powered by Google App Engine
This is Rietveld 408576698