Stefan Weil a écrit :
> Aurelien Jarno schrieb:
>> From: Arnaud Patard
>>
>> In a bunch of places, 64 is used as value of _NSIG but it's wrong
>> at least on MIPS were _NSIG is 128.
>>
>> Signed-off-by: Arnaud Patard
>> Signed-off-by: Aurelien Jarno
>> ---
>> linux-user/signal.c | 12 ++--
Aurelien Jarno schrieb:
> From: Arnaud Patard
>
> In a bunch of places, 64 is used as value of _NSIG but it's wrong
> at least on MIPS were _NSIG is 128.
>
> Signed-off-by: Arnaud Patard
> Signed-off-by: Aurelien Jarno
> ---
> linux-user/signal.c | 12 ++--
> 1 files changed, 6 insert
From: Arnaud Patard
In a bunch of places, 64 is used as value of _NSIG but it's wrong
at least on MIPS were _NSIG is 128.
Signed-off-by: Arnaud Patard
Signed-off-by: Aurelien Jarno
---
linux-user/signal.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/linu