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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_wrap.h

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.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h b/native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
similarity index 94%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h
rename to native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
index d7ba17faf42b81d41da4cd880245d6724175f10d..7d88cfddf17bf8338bfe1bedf4b724d97fe2703b 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
@@ -2,8 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef LIBRARIES_NACL_MOUNTS_KERNEL_WRAP_H_
-#define LIBRARIES_NACL_MOUNTS_KERNEL_WRAP_H_
+#ifndef LIBRARIES_NACL_IO_KERNEL_WRAP_H_
+#define LIBRARIES_NACL_IO_KERNEL_WRAP_H_
#include <sys/types.h>
#include <stdlib.h>
@@ -82,4 +82,4 @@ read_ssize_t NAME(write)(int fd, const void* buf, size_t nbyte);
EXTERN_C_END
-#endif // LIBRARIES_NACL_MOUNTS_KERNEL_WRAP_H_
+#endif // LIBRARIES_NACL_IO_KERNEL_WRAP_H_
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698