]> granicus.if.org Git - strace/commit
Assorted fixes to syscallent.h
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 5 Mar 2013 12:59:45 +0000 (13:59 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 5 Mar 2013 12:59:45 +0000 (13:59 +0100)
commit99d3e01eefa315999574e205b9c9d65ab01d1b68
tree2d8c4d9cde078969ae4ddea103f55039328eb911
parent5f999a869b681ff69cbb801225677fc125b6aefd
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>
23 files changed:
linux/aarch64/syscallent1.h
linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/metag/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent.h
linux/or1k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/tile/syscallent.h
linux/tile/syscallent1.h
linux/x32/syscallent.h
linux/x86_64/syscallent.h