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

Unified Diff: src/trusted/gio/gio_shm.c

Issue 10981077: change native_client/.../sys/mman.h to native_client/.../bits/mman.h (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « src/trusted/desc/nacl_desc_semaphore.c ('k') | src/trusted/gio/gio_shm_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gio/gio_shm.c
===================================================================
--- src/trusted/gio/gio_shm.c (revision 9877)
+++ src/trusted/gio/gio_shm.c (working copy)
@@ -13,7 +13,7 @@
#include "native_client/src/shared/platform/nacl_log.h"
#include "native_client/src/trusted/gio/gio_shm.h"
-#include "native_client/src/trusted/service_runtime/include/sys/mman.h"
+#include "native_client/src/trusted/service_runtime/include/bits/mman.h"
#include "native_client/src/trusted/service_runtime/include/sys/stat.h"
#include "native_client/src/trusted/service_runtime/nacl_config.h"
#include "native_client/src/trusted/service_runtime/sel_util.h"
« no previous file with comments | « src/trusted/desc/nacl_desc_semaphore.c ('k') | src/trusted/gio/gio_shm_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698