aboutsummaryrefslogtreecommitdiffstats
path: root/sock.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-13 10:22:53 -0700
committerElliott Hughes <enh@google.com>2015-04-13 10:22:53 -0700
commit5f0ed357e88bcabf5103c72e049ea6aef6fd7e98 (patch)
tree13a897ec916ab75f175ac33a85870056a0166312 /sock.c
parentafaea3dcf1238cf108691bdbef4c6b31d6752b37 (diff)
parent25c804ce42261b24b19d35c637bf2745c237ee07 (diff)
downloadandroid_external_strace-5f0ed357e88bcabf5103c72e049ea6aef6fd7e98.tar.gz
android_external_strace-5f0ed357e88bcabf5103c72e049ea6aef6fd7e98.tar.bz2
android_external_strace-5f0ed357e88bcabf5103c72e049ea6aef6fd7e98.zip
Merge remote-tracking branch 'strace/master' into HEAD
Diffstat (limited to 'sock.c')
-rw-r--r--sock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sock.c b/sock.c
index dc8febc1..48bf74b5 100644
--- a/sock.c
+++ b/sock.c
@@ -291,8 +291,7 @@ sock_ioctl(struct tcb *tcp, const unsigned int code, long arg)
}
}
-int
-sys_socketcall(struct tcb *tcp)
+SYS_FUNC(socketcall)
{
return printargs(tcp);
}