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

Unified Diff: src/trusted/service_runtime/include/sys/mman.h

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/gio/gio_shm_unbounded_test.c ('k') | src/trusted/service_runtime/mmap_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/include/sys/mman.h
===================================================================
--- src/trusted/service_runtime/include/sys/mman.h (revision 9877)
+++ src/trusted/service_runtime/include/sys/mman.h (working copy)
@@ -3,7 +3,7 @@
* Use of this source code is governed by a BSD-style license that can
* be found in the LICENSE file.
*/
-
+BROKEN
sehr (please use chromium) 2012/09/28 22:19:49 Please remove.
bsy 2012/10/01 18:25:07 Done.
/*
* NaCl Service Runtime. IMC API.
*/
@@ -22,7 +22,7 @@
int desc, off_t offset);
/** Description of munmap. More details... */
-extern int munmap(void *start, size_t length);
+extern int munmap(void const *start, size_t length);
/** Description of mprotect. More details... */
extern int mprotect(void *start, size_t length, int prot);
« no previous file with comments | « src/trusted/gio/gio_shm_unbounded_test.c ('k') | src/trusted/service_runtime/mmap_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698