Re: [Qemu-devel] [PATCH 02/35] s390x: Avoid _llseek.

2010-06-09 Thread Aurelien Jarno
On Fri, Jun 04, 2010 at 12:14:10PM -0700, Richard Henderson wrote: There's no _llseek on s390x either. Replace the existing test for __x86_64__ with a functional test for __NR_llseek. Signed-off-by: Richard Henderson r...@twiddle.net --- linux-user/syscall.c |4 ++-- 1 files changed,

[Qemu-devel] [PATCH 02/35] s390x: Avoid _llseek.

2010-06-04 Thread Richard Henderson
There's no _llseek on s390x either. Replace the existing test for __x86_64__ with a functional test for __NR_llseek. Signed-off-by: Richard Henderson r...@twiddle.net --- linux-user/syscall.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c