Re: [Qemu-devel] [PATCH] linux-user: Handle arches with llseek instead of _llseek

2014-03-25 Thread Jia Liu
Hi James, On Wed, Mar 26, 2014 at 5:51 AM, James Hogan wrote: > Recently merged kernel ports (such as OpenRISC and Meta) have an llseek > system call instead of _llseek. This is handled for the host > architecture by defining __NR__llseek as __NR_llseek, but not for the > target architecture. Th

[Qemu-devel] [PATCH] linux-user: Handle arches with llseek instead of _llseek

2014-03-25 Thread James Hogan
Recently merged kernel ports (such as OpenRISC and Meta) have an llseek system call instead of _llseek. This is handled for the host architecture by defining __NR__llseek as __NR_llseek, but not for the target architecture. Handle it in the same way for these architectures, defining TARGET_NR__lls