qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Replace 'struct siginfo' with 'siginfo_t'.


From: Richard W.M. Jones
Subject: Re: [Qemu-devel] [PATCH] Replace 'struct siginfo' with 'siginfo_t'.
Date: Thu, 5 Jul 2012 15:26:21 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jul 05, 2012 at 03:16:12PM +0100, Peter Maydell wrote:
> On 5 July 2012 14:32, Richard W.M. Jones <address@hidden> wrote:
> > From: "Richard W.M. Jones" <address@hidden>
> >
> > glibc 2.16 will remove the undocumented definition of 'struct siginfo'
> > from <bits/siginfo.h>.
> 
> Progress marches on, trampling all in its wake.

Hey, don't shoot the messenger :-)

> > This change is already present in glibc 2.15.90, so qemu compilation
> > of certain targets (eg. cris-user) breaks.
> >
> > This struct was always typedef'd to be the same as 'siginfo_t' which
> > is what POSIX documents, so use that instead.
> >
> > Signed-off-by: Richard W.M. Jones <address@hidden>
> 
> Reviewed-by: Peter Maydell <address@hidden>

Thanks,

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/



reply via email to

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