]> granicus.if.org Git - strace/commit
Remove code which is not used on Linux
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 18 Mar 2012 03:16:59 +0000 (04:16 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 18 Mar 2012 03:16:59 +0000 (04:16 +0100)
commitf50e7141d5b5aedafa220d851a8b6afe753d679a
tree02e5d46f9208c3a6d9fcd62df6edd531406067c0
parent88c63f21b18bcf345856c5ef2ca9504f29e9ace8
Remove code which is not used on Linux

Compile tested in qemu on armv4l,armv4tl,armv5l,armv6l,i686,
mipsel,mips,x86_64

* syscall.c: Remove code which handles RVAL_Lfoo constants.
* defs.h: Remove struct tcb::u_lrval member - it is never set.
Remove RVAL_Lfoo constants which signify return of "long" result -
they are never used.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
defs.h
syscall.c