[PATCH v2 4/5] mips: Fix SIGRTMAX definition
Adhemerval Zanella
adhemerval.zanella@linaro.org
Tue Apr 28 13:42:50 GMT 2020
On 28/04/2020 04:33, Andreas Schwab wrote:
> On Apr 27 2020, Adhemerval Zanella via Libc-alpha wrote:
>
>> +/* MIPS used to export only 128 entries in sys_siglist. */
>> +#define __OLD_NSIG 128
>
> Did you mean s/128/127/?
>
> Andreas.
>
The value for __OLD_NSIG is indeed correct because _NSIG is defined as
__SIGRTMAX plus one. Maybe making it more explicit in the comment:
/* MIPS used to define __SIGRTMAX as 127 and exported NSIG as 128. */
More information about the Libc-alpha
mailing list