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

Unified Diff: sysdeps/nacl/nacl_syscalls.h

Issue 891503002: Removes nameservice syscall definition (Closed) Base URL: ssh://gerrit.chromium.org/native_client/nacl-glibc.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/nacl_syscalls.h
diff --git a/sysdeps/nacl/nacl_syscalls.h b/sysdeps/nacl/nacl_syscalls.h
index d25fa9ac242fb137073967e5f7bddb2c64d12a40..f6519e5ec1aa9845432d05df68242429a0826d72 100644
--- a/sysdeps/nacl/nacl_syscalls.h
+++ b/sysdeps/nacl/nacl_syscalls.h
@@ -29,7 +29,6 @@
*/
#define NACL_sys_null 1
-#define NACL_sys_nameservice 2
#define NACL_sys_dup 8
#define NACL_sys_dup2 9
@@ -117,7 +116,6 @@ struct nacl_abi_stat;
struct timeval;
struct timespec;
-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);
typedef int (*TYPE_nacl_read) (int desc, void *buf, size_t count);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698