qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] build: Add include check on syscall.h


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] build: Add include check on syscall.h
Date: Fri, 29 Jan 2016 10:52:52 +0000

On 28 January 2016 at 20:36, Lluís Vilanova <address@hidden> wrote:
> The LTTng tracing backend includes the system's "syscall.h", but QEMU
> replaces it with its own for linux-user builds. This results in a double
> include on some targets (when LTTng is enabled).
>
> Signed-off-by: Lluís Vilanova <address@hidden>

Adding include guards is fine, but it sounds to me like what we
should actually do to fix this confusion is rename all the linux-user
local headers to target_syscall.h.

thanks
-- PMM



reply via email to

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