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

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

Issue 11190066: [NaCl SDK] nacl-mounts example. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 8 years, 1 month 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_intercept.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc b/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc
index f7af9e080ec5b89831b6685291ba944f01b1f591..940f5b7174b4f14cfad77cad1f2009a83bba3dbf 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc
+++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc
@@ -3,8 +3,10 @@
* found in the LICENSE file.
*/
#include "nacl_mounts/kernel_intercept.h"
-
#include "nacl_mounts/kernel_proxy.h"
+#include "utils/macros.h"
+
+FORCE_LINK_THAT(kernel_wrap)
static KernelProxy* s_kp;

Powered by Google App Engine
This is Rietveld 408576698