On 5 July 2012 14:32, Richard W.M. Jones <[email protected]> wrote: > From: "Richard W.M. Jones" <[email protected]> > > glibc 2.16 will remove the undocumented definition of 'struct siginfo' > from <bits/siginfo.h>.
Progress marches on, trampling all in its wake. > 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 <[email protected]> Reviewed-by: Peter Maydell <[email protected]> -- PMM
