Re: [Qemu-devel] [PATCH] linux-user: avoid using glibc internals

2014-04-29 Thread Natanael Copa
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

Re: [Qemu-devel] [PATCH] linux-user: avoid using glibc internals

2014-04-29 Thread Natanael Copa
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

Re: [Qemu-devel] [PATCH] linux-user: avoid using glibc internals

2014-04-23 Thread Peter Maydell
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