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

Unified Diff: src/native_client/src/trusted/service_runtime/sel_addrspace.h

Issue 2659002: Remove thread refcount and remove NaClAppDtor() (Closed)
Patch Set: Fix Gyp build Created 10 years, 7 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
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

Powered by Google App Engine
This is Rietveld 408576698