Thomas Veerman a6d0ee24c3 Use correct value for _NSIG
User processes can send signals with number up to _NSIG. There are a few
signal numbers above that used by the kernel, but should explicitly not
be included in the range or range checks in PM will fail.

The system processes use a different version of sigaddset, sigdelset,
sigemptyset, sigfillset, and sigismember which does not include a range
check on signal numbers (as opposed to the normal functions used by normal
processes).

This patch unbreaks test37 when the boot image is compiled with GCC/Clang.
2012-01-16 11:42:29 +00:00
..
2010-07-09 12:58:18 +00:00
2010-07-02 12:41:19 +00:00
2012-01-16 11:42:29 +00:00
2012-01-16 11:42:29 +00:00
2011-11-28 10:03:43 +00:00
2012-01-16 11:42:29 +00:00
2011-11-28 10:03:43 +00:00
2011-01-28 11:35:02 +00:00
2012-01-16 11:42:29 +00:00
2010-03-05 15:05:11 +00:00
2012-01-16 11:42:29 +00:00