qemu-e2k/linux-user
Stefan Weil 20d155bc90 linux-user: Fix stat64 syscall for SPARC64
Some targets use a stat64 structure for the stat64 syscall while others
use a stat structure. SPARC64 used the wrong kind.

Instead of extending the conditional compilation in syscall.c, now a
macro TARGET_HAS_STRUCT_STAT64 is defined whenever a target has a
target_stat64.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2013-11-07 07:02:44 +01:00
..
aarch64 linux-user: Add AArch64 support 2013-09-10 19:11:29 +01:00
alpha alpha-linux-user: Fix umount syscall numbers 2013-09-24 10:47:06 +03:00
arm
cris
i386
m68k
microblaze
mips
mips64
openrisc
ppc
s390x
sh4
sparc
sparc64
unicore32
x86_64
cpu-uname.c
cpu-uname.h
elfload.c linux-user: Add AArch64 support 2013-09-10 19:11:29 +01:00
errno_defs.h
flat.h
flatload.c
ioctls.h linux-user: allow use of TIOCGSID 2013-09-24 10:47:07 +03:00
linux_loop.h
linuxload.c linux-user: add support of binfmt_misc 'O' flag 2013-09-24 10:47:07 +03:00
m68k-sim.c
main.c cpu: Drop cpu_model_str from CPU_COMMON 2013-10-07 11:48:47 +02:00
Makefile.objs
mmap.c
qemu.h linux-user: add support of binfmt_misc 'O' flag 2013-09-24 10:47:07 +03:00
signal.c linux-user: Add signal handling for AArch64 2013-09-10 19:11:28 +01:00
socket.h
strace.c
strace.list [v2] linux-user: implement m68k atomic syscalls 2013-09-24 10:47:07 +03:00
syscall_defs.h linux-user: Fix stat64 syscall for SPARC64 2013-11-07 07:02:44 +01:00
syscall_types.h
syscall.c linux-user: Fix stat64 syscall for SPARC64 2013-11-07 07:02:44 +01:00
target_flat.h
uaccess.c
vm86.c