]> git.proxmox.com Git - qemu.git/commit
linux-user: add s390x to llseek list
authorAlexander Graf <agraf@suse.de>
Fri, 15 Apr 2011 15:32:45 +0000 (17:32 +0200)
committerRiku Voipio <riku.voipio@iki.fi>
Tue, 26 Apr 2011 07:15:41 +0000 (10:15 +0300)
commit42a39fbe0cb6549e9cedfe63e706fdf951126626
tree6266a3b3ccb083dd875fc67a93a0d34d9fc7d881
parent86fcd9463240c256f00963440fbd084196eeb964
linux-user: add s390x to llseek list

We keep a list of host architectures that do llseek with the same
syscall as lseek. S390x is one of them, so let's add it to the list.

Original-patch-by: Ulrich Hecht <uli@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
linux-user/syscall.c