Chromium Code Reviews| 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); |