]> git.proxmox.com Git - qemu.git/commit
linux-user: enable getdents for > 32-bit systems
authorUlrich Hecht <uli@suse.de>
Fri, 24 Jul 2009 17:10:28 +0000 (19:10 +0200)
committerRiku Voipio <riku.voipio@iki.fi>
Tue, 25 Aug 2009 14:15:34 +0000 (17:15 +0300)
commitd83c8733b7cf955f3c0b58ecd6e9c58bc35fadad
tree3d1489a5a8db34f1c3f2c4a104e3a1953ecc60ad
parent7e22e546028e4ea8336e3dcd44161a216647dcaa
linux-user: enable getdents for > 32-bit systems

works perfectly fine with the example from getdents(2) and passes the LTP
tests (tested with s390x on x86_64 emulation)

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