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

2012-07-09 Thread Peter Maydell
On 9 July 2012 17:50, Richard W.M. Jones wrote: > On Thu, Jul 05, 2012 at 02:32:44PM +0100, Richard W.M. Jones wrote: >> From: "Richard W.M. Jones" >> >> glibc 2.16 will remove the undocumented definition of 'struct siginfo' >> from . >> >> This change is already present in glibc 2.15.90, so qemu

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

2012-07-09 Thread Richard W.M. Jones
On Thu, Jul 05, 2012 at 02:32:44PM +0100, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > glibc 2.16 will remove the undocumented definition of 'struct siginfo' > from . > > This change is already present in glibc 2.15.90, so qemu compilation > of certain targets (eg. cris-user) break

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

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

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

2012-07-05 Thread Peter Maydell
On 5 July 2012 14:32, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > glibc 2.16 will remove the undocumented definition of 'struct siginfo' > from . Progress marches on, trampling all in its wake. > This change is already present in glibc 2.15.90, so qemu compilation > of certain ta

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

2012-07-05 Thread Richard W.M. Jones
From: "Richard W.M. Jones" glibc 2.16 will remove the undocumented definition of 'struct siginfo' from . 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 P