commit | f50e7141d5b5aedafa220d851a8b6afe753d679a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Mar 18 04:16:59 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Mar 18 04:16:59 2012 +0100 |
tree | 02e5d46f9208c3a6d9fcd62df6edd531406067c0 | |
parent | 88c63f21b18bcf345856c5ef2ca9504f29e9ace8 [diff] |
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>