On Wed, 23 Apr 2014 19:00:41 +0100
Peter Maydell wrote:
> On 23 April 2014 15:59, Natanael Copa wrote:
> > Avoid using glibc specific internals.
> >
> > Calculate the sigevent pad size is calculated in similar way as kernel
> > does it.
> >
> > This is needed for building with musl libc.
>
> Th
On Wed, 23 Apr 2014 19:00:41 +0100
Peter Maydell wrote:
> On 23 April 2014 15:59, Natanael Copa wrote:
> > Avoid using glibc specific internals.
> >
> > Calculate the sigevent pad size is calculated in similar way as kernel
> > does it.
> >
> > This is needed for building with musl libc.
>
> Th
On 23 April 2014 15:59, Natanael Copa wrote:
> Avoid using glibc specific internals.
>
> Calculate the sigevent pad size is calculated in similar way as kernel
> does it.
>
> This is needed for building with musl libc.
Thanks for this patch -- is this the only fix that was needed, or
are there mo