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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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/kernel_wrap_glibc.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_glibc.cc b/native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc
similarity index 98%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_glibc.cc
rename to native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc
index 3726b9e602590963ecbb03fdbdad710e66557d8b..8051f92f08eb618a2d60bf920fe665a542d44343 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_glibc.cc
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc
@@ -9,7 +9,7 @@
// compiled, even on a non-glibc build.
#if defined(__native_client__) && defined(__GLIBC__)
-#include "nacl_mounts/kernel_wrap.h"
+#include "nacl_io/kernel_wrap.h"
#include <alloca.h>
#include <dirent.h>
#include <errno.h>
@@ -18,7 +18,7 @@
#include <nacl_stat.h>
#include <string.h>
#include <sys/stat.h>
-#include "nacl_mounts/kernel_intercept.h"
+#include "nacl_io/kernel_intercept.h"
namespace {
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap.h ('k') | native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698