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

Unified Diff: src/untrusted/nacl/syscall_bindings_trampoline.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 | « src/untrusted/nacl/nameservice.c ('k') | tests/nameservice/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/syscall_bindings_trampoline.h
diff --git a/src/untrusted/nacl/syscall_bindings_trampoline.h b/src/untrusted/nacl/syscall_bindings_trampoline.h
index 7f99418cf011d5425a43f923f92d87cb2179e6aa..3f0a544db3408fe300a6a6c5eb4a15a199140992 100644
--- a/src/untrusted/nacl/syscall_bindings_trampoline.h
+++ b/src/untrusted/nacl/syscall_bindings_trampoline.h
@@ -62,8 +62,6 @@ extern void IRT_post_irtcall_hook(void);
/* files */
/* ============================================================ */
-typedef int (*TYPE_nacl_nameservice)(int *desc_in_out);
-
typedef int (*TYPE_nacl_dup)(int oldfd);
typedef int (*TYPE_nacl_dup2)(int oldfd, int newfd);
« no previous file with comments | « src/untrusted/nacl/nameservice.c ('k') | tests/nameservice/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698