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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.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_wrap.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.cc b/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.cc
index 0dd50211efdcf8aa84ca40d29c23ea1f216f0ade..c3d058128a50af6deccc6a09981aa412316d2436 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.cc
+++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap.cc
@@ -4,6 +4,9 @@
*/
#include <sys/types.h> // Include something that will define __GLIBC__.
+#include "utils/macros.h"
+
+FORCE_LINK_THIS(kernel_wrap)
#if defined(__native_client__)
# if defined(__GLIBC__)
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc ('k') | native_client_sdk/src/libraries/utils/macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698