]> git.proxmox.com Git - mirror_qemu.git/commit
build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories
authorLluís Vilanova <vilanova@ac.upc.edu>
Mon, 1 Feb 2016 18:38:47 +0000 (19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Feb 2016 16:41:08 +0000 (16:41 +0000)
commit0c6940d086f39bbf725d96104abe46da87429cb6
treea5b9897eb57ca09f98f8bf23444b58616561f92f
parent586fc27e6a2ade22e35089e8972bc678b113e1db
build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories

This fixes double-definitions in bsd-user builds when using the UST
tracing backend (which indirectly includes the system's "syscall.h").

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/i386/syscall.h [deleted file]
bsd-user/i386/target_syscall.h [new file with mode: 0644]
bsd-user/qemu.h
bsd-user/sparc/syscall.h [deleted file]
bsd-user/sparc/target_syscall.h [new file with mode: 0644]
bsd-user/sparc64/syscall.h [deleted file]
bsd-user/sparc64/target_syscall.h [new file with mode: 0644]
bsd-user/x86_64/syscall.h [deleted file]
bsd-user/x86_64/target_syscall.h [new file with mode: 0644]