On Monday, July 30, 2012 22:38:32 Peter Maydell wrote:
> On 30 July 2012 22:33, Andreas Färber wrote:
> > Am 30.07.2012 23:30, schrieb Alexander Graf:
> >> On 30.07.2012, at 09:21, Andreas Jaeger wrote:
> >>> glibc 2.16 does not export the undocumented struct siginfo
> >>> anymore.
> >>> qemu uses
On 30.07.2012, at 23:38, Peter Maydell wrote:
> On 30 July 2012 22:33, Andreas Färber wrote:
>> Am 30.07.2012 23:30, schrieb Alexander Graf:
>>> On 30.07.2012, at 09:21, Andreas Jaeger wrote:
glibc 2.16 does not export the undocumented struct siginfo anymore.
qemu uses already in most
On 30 July 2012 22:33, Andreas Färber wrote:
> Am 30.07.2012 23:30, schrieb Alexander Graf:
>> On 30.07.2012, at 09:21, Andreas Jaeger wrote:
>>> glibc 2.16 does not export the undocumented struct siginfo anymore.
>>> qemu uses already in most cases siginfo_t, this patch fixes the last
>>> three o
Am 30.07.2012 23:30, schrieb Alexander Graf:
>
> On 30.07.2012, at 09:21, Andreas Jaeger wrote:
>
>>
>> glibc 2.16 does not export the undocumented struct siginfo anymore.
>> qemu uses already in most cases siginfo_t, this patch fixes the last
>> three occurences.
>>
>> Signed-off-by: Andreas Jae
On 30.07.2012, at 09:21, Andreas Jaeger wrote:
>
> glibc 2.16 does not export the undocumented struct siginfo anymore.
> qemu uses already in most cases siginfo_t, this patch fixes the last
> three occurences.
>
> Signed-off-by: Andreas Jaeger
That email address doesn't look valid :).
So I t
glibc 2.16 does not export the undocumented struct siginfo anymore.
qemu uses already in most cases siginfo_t, this patch fixes the last
three occurences.
Signed-off-by: Andreas Jaeger
---
linux-user/signal.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/linux-use