mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-04 04:14:03 +03:00
65b98213e4
unlike the previous definition, NSIG/_NSIG is supposed to be one more than the highest signal number. adding this will allow simplifying libc-internal code that makes signal-related syscalls, which can be done as a later step. some apps might use it too; while this usage is questionable, it's at least not insane.