summaryrefslogtreecommitdiff
path: root/linux/bfin
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-03-05 13:59:45 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-03-05 13:59:45 +0100
commit99d3e01eefa315999574e205b9c9d65ab01d1b68 (patch)
tree2d8c4d9cde078969ae4ddea103f55039328eb911 /linux/bfin
parent5f999a869b681ff69cbb801225677fc125b6aefd (diff)
downloadstrace-99d3e01eefa315999574e205b9c9d65ab01d1b68.tar.gz
strace-99d3e01eefa315999574e205b9c9d65ab01d1b68.tar.bz2
strace-99d3e01eefa315999574e205b9c9d65ab01d1b68.tar.xz
Assorted fixes to syscallent.h
or1k was missing TM on many memory-related syscalls sys_lookup_dcookie is 3-arg on 64-bit arches, and isn't TF sys_recvmsg is 3-arg on all arches sys_nfsservctl is 3-arg on all arches sys_timerfd_create is 2-arg on all arches sys_[f]truncate64 is 4-arg or 3-arg, never 5-arg truncate64 is TF sys_[l]lseek is TD fstat[64] is TD Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'linux/bfin')
-rw-r--r--linux/bfin/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index be8f532..2c2a06e 100644
--- a/linux/bfin/syscallent.h
+++ b/linux/bfin/syscallent.h
@@ -349,7 +349,7 @@
{ 2, TN, sys_listen, "listen" }, /* 320 */
{ 4, TN, sys_recv, "recv" }, /* 321 */
{ 6, TN, sys_recvfrom, "recvfrom" }, /* 322 */
- { 5, TN, sys_recvmsg, "recvmsg" }, /* 323 */
+ { 3, TN, sys_recvmsg, "recvmsg" }, /* 323 */
{ 4, TN, sys_send, "send" }, /* 324 */
{ 3, TN, sys_sendmsg, "sendmsg" }, /* 325 */
{ 6, TN, sys_sendto, "sendto" }, /* 326 */