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

Unified Diff: src/public/imc_syscalls.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
« no previous file with comments | « SConstruct ('k') | src/public/name_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/public/imc_syscalls.h
diff --git a/src/public/imc_syscalls.h b/src/public/imc_syscalls.h
index b7ae276a7bb956a2c64154fc603a2f1151fb0954..68041fec2711612c584c3fb735e5087fa91330b4 100644
--- a/src/public/imc_syscalls.h
+++ b/src/public/imc_syscalls.h
@@ -108,16 +108,6 @@ extern int imc_mem_obj_create(size_t nbytes);
*/
extern int imc_socketpair(int pair[2]);
-/**
- * @nacl
- * Set or get the name service connection capability.
- *
- * @param name_desc_in_out If not -1, the name service connection
- * capability is set to this value; if it is -1, then it is set to the
- * current connection capability value.
- */
-extern int nacl_nameservice(int *name_desc_in_out);
-
#ifdef __cplusplus
}
#endif
« no previous file with comments | « SConstruct ('k') | src/public/name_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698