qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 1/2] build: [linux-user] Rename all "syscall.


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 1/2] build: [linux-user] Rename all "syscall.h" in target directories to "target_syscall.h"
Date: Mon, 1 Feb 2016 14:33:17 +0000

On 1 February 2016 at 14:18, Lluís Vilanova <address@hidden> 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 <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]