qemu-patch-raspberry4/linux-user
Markus Armbruster 3622634bc6 linux-user: Clean up target_syscall.h header guards
Some of them use guard symbol TARGET_SYSCALL_H, but we also have
CRIS_SYSCALL_H, MICROBLAZE_SYSCALLS_H, TILEGX_SYSCALLS_H and
__UC32_SYSCALL_H__.  They all upset scripts/clean-header-guards.pl.

Reuse of the same guard symbol TARGET_SYSCALL_H in multiple headers is
okay as long as they cannot be included together.  The script can't
tell, so it warns.

The script dislikes the other guard symbols, too.  They don't match
their file name (they should, to make guard collisions less likely),
and __UC32_SYSCALL_H__ is a reserved identifier.

Clean them all up: use guard symbol $target_TARGET_SYSCALL_H for
linux-user/$target/target_sycall.h.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
2016-07-12 16:19:16 +02:00
..
aarch64 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
alpha linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
arm linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
cris linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
host linux-user: Fix i386 safe-syscall.S 2016-07-07 21:39:22 -07:00
i386 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
m68k linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
microblaze linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
mips linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
mips64 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
openrisc linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
ppc linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
s390x linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
sh4 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
sparc linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
sparc64 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
tilegx linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
unicore32 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
x86_64 linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
elfload.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
errno_defs.h linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific 2016-05-27 14:49:49 +03:00
flat.h Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) 2007-10-14 16:27:31 +00:00
flatload.c Use #include "..." for our own headers, <...> for others 2016-07-12 16:19:16 +02:00
ioctls.h linux-user: Convert blkpg to use a special subop handler 2014-10-06 21:52:45 +03:00
linux_loop.h Fix build failure with old kernel headers (loop.h is incompatible with 2008-05-23 16:06:43 +00:00
linuxload.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
m68k-sim.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
main.c * serial port fixes (Paolo) 2016-06-29 19:14:48 +01:00
Makefile.objs linux-user: Provide safe_syscall for fixing races between signals and syscalls 2016-05-27 14:49:51 +03:00
mmap.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00
qemu.h linux-user: Make semihosting heap/stack fields abi_ulongs 2016-07-04 13:06:35 +01:00
safe-syscall.S linux-user: Provide safe_syscall for fixing races between signals and syscalls 2016-05-27 14:49:51 +03:00
signal.c linux-user: Don't use sigfillset() on uc->uc_sigmask 2016-06-26 13:17:20 +03:00
socket.h linux-user: support SO_PASSSEC setsockopt option 2014-06-29 14:19:59 +03:00
strace.c linux-user: fix clone() strace 2016-06-26 13:17:21 +03:00
strace.list linux-user: update get_thread_area/set_thread_area strace 2016-06-26 13:17:21 +03:00
syscall.c linux-user: Fix compilation when F_SETPIPE_SZ isn't defined 2016-06-30 19:27:51 +01:00
syscall_defs.h linux-user: add socketcall() strace 2016-06-26 13:17:21 +03:00
syscall_types.h linux-user: Convert blkpg to use a special subop handler 2014-10-06 21:52:45 +03:00
target_flat.h linux-user/FLAT: allow targets to override FLAT processing 2011-02-09 10:33:54 +02:00
trace-events trace: split out trace events for linux-user/ directory 2016-06-20 17:22:17 +01:00
uaccess.c util: move declarations out of qemu-common.h 2016-03-22 22:20:17 +01:00
uname.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
uname.h linux-user: move uname functions to uname.c 2014-05-02 21:59:36 +03:00
vm86.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00