diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2016-02-01 19:38:47 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-25 16:41:08 +0000 |
commit | 0c6940d086f39bbf725d96104abe46da87429cb6 (patch) | |
tree | a5b9897eb57ca09f98f8bf23444b58616561f92f /bsd-user/qemu.h | |
parent | 586fc27e6a2ade22e35089e8972bc678b113e1db (diff) |
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>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r-- | bsd-user/qemu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 1b5f9983d1..03b502ad37 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -35,7 +35,7 @@ enum BSDType { extern enum BSDType bsd_type; #include "syscall_defs.h" -#include "syscall.h" +#include "target_syscall.h" #include "target_signal.h" #include "exec/gdbstub.h" |