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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc

Issue 11066105: [NaCl SDK] nacl_mounts: wrap functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 8 years, 2 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_mounts/kernel_proxy.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc b/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc
index 183d6863d23bea2146180413c0f7f67148b0883a..5edc43e5fc260f7ff9ac272c6c51c81c9161dca0 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc
+++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.cc
@@ -347,7 +347,7 @@ int KernelProxy::unlink(const char* path) {
errno = EINVAL;
return -1;
}
-int KernelProxy::access(const char*path, int amode) {
+int KernelProxy::access(const char* path, int amode) {
errno = EINVAL;
return -1;
}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h ('k') | native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698