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

Unified Diff: sysdeps/nacl/syscalls.list

Issue 10095010: removed epoll_create1 (EPOLL_CLOEXEC is not applicable to NaCl, as there is no possibility to fork)… (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 8 years, 8 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 | « sysdeps/nacl/irt_syscalls.c ('k') | sysdeps/nacl/sysdep.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/syscalls.list
diff --git a/sysdeps/nacl/syscalls.list b/sysdeps/nacl/syscalls.list
index 6b56042436477447fddb50e3dc7d78818afa8900..6e973f997ea3f54ae90236910830c56774b632d4 100644
--- a/sysdeps/nacl/syscalls.list
+++ b/sysdeps/nacl/syscalls.list
@@ -22,6 +22,8 @@ getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
listen - listen i:ii __listen listen
recvfrom - recvfrom Ci:ibniBN __libc_recvfrom __recvfrom recvfrom
recvmsg - recvmsg Ci:ipi __libc_recvmsg __recvmsg recvmsg
+recv - recv Ci:ibni __libc_recv __recv recv
+send - send Ci:ibni __libc_send __recv recv
pasko-google - do not use 2012/04/16 17:46:03 funny copy-paste bug
sendmsg - sendmsg Ci:ipi __libc_sendmsg __sendmsg sendmsg
sendto - sendto Ci:ibnibn __libc_sendto __sendto sendto
setsockopt - setsockopt i:iiibn __setsockopt setsockopt
« no previous file with comments | « sysdeps/nacl/irt_syscalls.c ('k') | sysdeps/nacl/sysdep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698