qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH] Fix compilation warning due to m


From: Alexandre Raymond
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] Fix compilation warning due to missing header for sigaction
Date: Thu, 2 Jun 2011 18:55:31 -0400

Thanks Stefan,

Should I send a follow-up patch to remove signal.h wherever
qemu-common.h is already included?

Alexandre

On Thu, Jun 2, 2011 at 6:44 PM, Stefan Hajnoczi <address@hidden> wrote:
> On Thu, Jun 2, 2011 at 3:21 AM, Alexandre Raymond <address@hidden> wrote:
>> Fix the following warning by including signal.h directly in qemu-common.h
>> ----8<----
>> iohandler.c: In function ‘qemu_init_child_watch’:
>> iohandler.c:172: warning: implicit declaration of function ‘sigaction’
>> iohandler.c:172: warning: nested extern declaration of ‘sigaction’
>> ----8<----
>>
>> Signed-off-by: Alexandre Raymond <address@hidden>
>> ---
>>  qemu-common.h |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> Thanks, applied to the trivial patches tree:
> http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches
>
> Stefan
>



reply via email to

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