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

Unified Diff: include/asm/unistd_32.h

Issue 10067012: syscall numbers for 32-bit berkeley sockets interceptors (Closed) Base URL: http://git.chromium.org/native_client/linux-headers-for-nacl.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/asm/unistd_32.h
diff --git a/include/asm/unistd_32.h b/include/asm/unistd_32.h
index 5f63e4ba436fde29e8ad147e30cbd87b8e7ca48c..81fbed273a0a8429bdaf43f3d4198b518a512c07 100644
--- a/include/asm/unistd_32.h
+++ b/include/asm/unistd_32.h
@@ -331,4 +331,20 @@
#define __NR_eventfd 323
#define __NR_fallocate 324
+#define __NR_accept 325
+#define __NR_bind 326
+#define __NR_listen 327
+#define __NR_connect 328
+#define __NR_send 329
+#define __NR_sendto 330
+#define __NR_sendmsg 331
+#define __NR_recv 332
+#define __NR_recvfrom 333
+#define __NR_recvmsg 334
+#define __NR_shutdown 335
+#define __NR_getsockopt 336
+#define __NR_setsockopt 337
+#define __NR_getsockname 338
+#define __NR_getpeername 339
+#define __NR_socketpair 340
#endif /* _ASM_I386_UNISTD_H_ */
« 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