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

Unified Diff: src/trusted/service_runtime/nacl_syscall_common.h

Issue 891603002: Removes the name service from the service runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixes code review comments Created 5 years, 11 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/trusted/service_runtime/nacl_syscall_common.h
diff --git a/src/trusted/service_runtime/nacl_syscall_common.h b/src/trusted/service_runtime/nacl_syscall_common.h
index 372a1259b03174d419926f28ea5b86bcc1b603a5..d3217c443582b6a8d1652c7c4591f75fb46872b5 100644
--- a/src/trusted/service_runtime/nacl_syscall_common.h
+++ b/src/trusted/service_runtime/nacl_syscall_common.h
@@ -45,9 +45,6 @@ extern int NaClAclBypassChecks;
void NaClInsecurelyBypassAllAclChecks(void);
-int32_t NaClSysNameService(struct NaClAppThread *natp,
- uint32_t desc_addr);
-
/* bool */
int NaClSysCommonAddrRangeContainsExecutablePages(struct NaClApp *nap,
uintptr_t usraddr,
« no previous file with comments | « src/trusted/service_runtime/nacl_bootstrap_channel_error_reporter.c ('k') | src/trusted/service_runtime/nacl_syscall_common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698