| Index: src/native_client/src/trusted/service_runtime/sel_addrspace.h
|
| diff --git a/src/native_client/src/trusted/service_runtime/sel_addrspace.h b/src/native_client/src/trusted/service_runtime/sel_addrspace.h
|
| index d8100b6bad0ce29c7e90b65dbffab6f74c45af9e..cdb2410b51db6a7c2349f665a57a7b0d0c55df48 100644
|
| --- a/src/native_client/src/trusted/service_runtime/sel_addrspace.h
|
| +++ b/src/native_client/src/trusted/service_runtime/sel_addrspace.h
|
| @@ -36,14 +36,11 @@ NaClErrorCode NaClMemoryProtection(struct NaClApp *nap) NACL_WUR;
|
| *
|
| * If successful, the guard pages are not yet memory protected. The
|
| * function NaClMprotectGuards must be called for the guard pages to
|
| - * be active. On cleanup, NaClTeardownMprotectGuards should be
|
| - * invoked.
|
| + * be active.
|
| *
|
| * Returns LOAD_OK on success.
|
| */
|
| NaClErrorCode NaClAllocateSpace(void **mem, size_t addrsp_size) NACL_WUR;
|
|
|
| NaClErrorCode NaClMprotectGuards(struct NaClApp *nap);
|
| -
|
| -void NaClTeardownMprotectGuards(struct NaClApp *nap);
|
| #endif
|
|
|