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

Unified Diff: sysdeps/unix/make-syscalls.sh

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 warnings 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/sysdep.h ('k') | sysdeps/unix/sysv/linux/sys/syscall.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/unix/make-syscalls.sh
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh
index 674d9533fb460ddc883f2e0fa01f849695bc70cf..6c285e10e91265c5f41cbccaf3abb46d0eb78814 100644
--- a/sysdeps/unix/make-syscalls.sh
+++ b/sysdeps/unix/make-syscalls.sh
@@ -210,7 +210,7 @@ shared-only-routines += $file
for arg; do
echo -n "$sprtr"
case $arg in
- [abIpP]*) echo -n "void *$arg";;
+ [abIpPBN]*) echo -n "void *$arg";;
f*) echo -n "int $arg[2]";;
i*) echo -n "int $arg";;
n*) echo -n "size_t $arg";;
« no previous file with comments | « sysdeps/nacl/sysdep.h ('k') | sysdeps/unix/sysv/linux/sys/syscall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698