On 1 February 2016 at 14:18, Lluís Vilanova <vilan...@ac.upc.edu> wrote: > This fixes double-definitions in linux-user builds when using the UST > tracing backend (which indirectly includes the system's "syscall.h"). > > Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu> > --- > linux-user/aarch64/target_syscall.h | 5 +++++ > linux-user/alpha/target_syscall.h | 5 +++++ > linux-user/arm/target_syscall.h | 4 ++++ > linux-user/cris/target_syscall.h | 0 > linux-user/i386/target_syscall.h | 5 +++++ > linux-user/m68k/target_syscall.h | 4 ++++ > linux-user/mips/target_syscall.h | 4 ++++ > linux-user/mips64/target_syscall.h | 4 ++++ > linux-user/openrisc/target_syscall.h | 5 +++++ > linux-user/ppc/target_syscall.h | 5 +++++ > linux-user/qemu.h | 2 +- > linux-user/s390x/target_syscall.h | 5 +++++ > linux-user/sh4/target_syscall.h | 5 +++++ > linux-user/sparc/target_syscall.h | 5 +++++ > linux-user/sparc64/target_syscall.h | 5 +++++ > linux-user/unicore32/target_syscall.h | 0 > linux-user/x86_64/target_syscall.h | 5 +++++ > target-microblaze/target_syscall.h | 1 + > target-tilegx/target_syscall.h | 1 + > 19 files changed, 69 insertions(+), 1 deletion(-)
> diff --git a/target-microblaze/target_syscall.h > b/target-microblaze/target_syscall.h > new file mode 100644 > index 0000000..27ba378 > --- /dev/null > +++ b/target-microblaze/target_syscall.h > @@ -0,0 +1 @@ > +#include <syscall.h> > diff --git a/target-tilegx/target_syscall.h b/target-tilegx/target_syscall.h > new file mode 100644 > index 0000000..27ba378 > --- /dev/null > +++ b/target-tilegx/target_syscall.h > @@ -0,0 +1 @@ > +#include <syscall.h> What are these new files for? thanks -- PMM