qemu-e2k/linux-user
Peter Maydell 7edd2cf1a2 linux-user: fix compile error due to stray colon at end of #ifdef line
Remove a stray colon from the end of a #ifdef line. Some versions
of gcc complain about this:
 linux-user/syscall.c: In function ‘do_syscall’:
 linux-user/syscall.c:7606:28: error: extra tokens at end of #ifdef directive [-Werror]

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-By: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-04-26 11:52:29 +02:00
..
alpha
arm
cris
i386
m68k
microblaze
mips
mips64
openrisc
ppc
s390x
sh4
sparc
sparc64
unicore32
x86_64
cpu-uname.c
cpu-uname.h
elfload.c elfload: use abi_llong/ullong instead of target_llong/ullong 2013-04-18 14:12:31 +02:00
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c
m68k-sim.c
main.c linux-user: Fix layout of usage table to account for option text 2013-03-11 14:33:42 +02:00
Makefile.objs
mmap.c
qemu.h
signal.c
socket.h
strace.c linux-user: Don't omit comma for strace of rt_sigaction() 2013-04-05 14:40:54 +02:00
strace.list
syscall_defs.h
syscall_types.h
syscall.c linux-user: fix compile error due to stray colon at end of #ifdef line 2013-04-26 11:52:29 +02:00
target_flat.h
uaccess.c
vm86.c