s390x: Avoid _llseek.
authorRichard Henderson <rth@twiddle.net>
Fri, 4 Jun 2010 19:14:10 +0000 (12:14 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 11 Jun 2010 16:15:35 +0000 (18:15 +0200)
commit36ff6f7fa314e4495d2c892c7a627d025533842e
tree84e1234d632473cde5e620b09543f372e872f56e
parent84e79b5609abb9c8473e155cf642965609aeaefd
s390x: Avoid _llseek.

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 <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/syscall.c