summaryrefslogtreecommitdiff
path: root/linux/aarch64/syscallent1.h
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/aarch64/syscallent1.h
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/aarch64/syscallent1.h')
-rw-r--r--linux/aarch64/syscallent1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/aarch64/syscallent1.h b/linux/aarch64/syscallent1.h
index b712c9f..7b4413d 100644
--- a/linux/aarch64/syscallent1.h
+++ b/linux/aarch64/syscallent1.h
@@ -16,7 +16,7 @@
{ 2, TF, sys_removexattr, "lremovexattr" }, /* 15 */
{ 2, TD, sys_fremovexattr, "fremovexattr" }, /* 16 */
{ 2, TF, sys_getcwd, "getcwd" }, /* 17 */
- { 4, 0, sys_lookup_dcookie, "lookup_dcookie" }, /* 18 */
+ { 3, 0, sys_lookup_dcookie, "lookup_dcookie" }, /* 18 */
{ 2, TD, sys_eventfd2, "eventfd2" }, /* 19 */
{ 1, TD, sys_epoll_create1, "epoll_create1" }, /* 20 */
{ 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 21 */
@@ -210,7 +210,7 @@
{ 5, TN, sys_getsockopt, "getsockopt" }, /* 209 */
{ 2, TN, sys_shutdown, "shutdown" }, /* 210 */
{ 3, TN, sys_sendmsg, "sendmsg" }, /* 211 */
- { 5, TN, sys_recvmsg, "recvmsg" }, /* 212 */
+ { 3, TN, sys_recvmsg, "recvmsg" }, /* 212 */
{ 4, TD, sys_readahead, "readahead" }, /* 213 */
{ 1, TM, sys_brk, "brk" }, /* 214 */
{ 2, TM, sys_munmap, "munmap" }, /* 215 */