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

Unified Diff: make_sysd_rules.py

Issue 9969049: added several system call hooks for future sockets implementation (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: fixed interceptors w/ @khim's advice 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 | « elf/Versions ('k') | sysdeps/nacl/irt_syscalls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: make_sysd_rules.py
diff --git a/make_sysd_rules.py b/make_sysd_rules.py
index f42c15b88f882b667a287ca6a3c551f51e1b3b01..38d723577f86ac459d6050c651f8640fed2dc8d9 100644
--- a/make_sysd_rules.py
+++ b/make_sysd_rules.py
@@ -91,23 +91,23 @@ override_list = [
"posix/waitid.c",
"posix/waitpid.c",
"signal/sigaction.c",
- "socket/accept.c",
- "socket/bind.c",
- "socket/connect.c",
- "socket/getpeername.c",
- "socket/getsockname.c",
- "socket/getsockopt.c",
- "socket/listen.c",
- "socket/recv.c",
- "socket/recvfrom.c",
- "socket/recvmsg.c",
- "socket/send.c",
- "socket/sendmsg.c",
- "socket/sendto.c",
- "socket/setsockopt.c",
- "socket/shutdown.c",
- "socket/socket.c",
- "socket/socketpair.c",
+# "socket/accept.c",
pasko-google - do not use 2012/04/13 08:44:26 commenting code is not a good way forward, just re
+# "socket/bind.c",
+# "socket/connect.c",
+# "socket/getpeername.c",
+# "socket/getsockname.c",
+# "socket/getsockopt.c",
+# "socket/listen.c",
+# "socket/recv.c",
+# "socket/recvfrom.c",
+# "socket/recvmsg.c",
+# "socket/send.c",
+# "socket/sendmsg.c",
+# "socket/sendto.c",
+# "socket/setsockopt.c",
+# "socket/shutdown.c",
+# "socket/socket.c",
+# "socket/socketpair.c",
"stdio-common/tmpfile.c",
"stdlib/add_n.c",
"stdlib/addmul_1.c",
« no previous file with comments | « elf/Versions ('k') | sysdeps/nacl/irt_syscalls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698