commit | 5c8c00a95a6cdcd74ac32dadedf0cea2b1661169 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Dec 20 15:58:06 2010 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Mon Dec 20 15:58:06 2010 +0100 |
tree | fafdb4a207ac0dad61b0abd831fe2f0f97b7643b | |
parent | be5755969d70668bbab0e0c0ed75ebd867189723 [diff] |
libc: Fix the definition of SIGRTMAX After this change, SIGRTMAX will be set to 64 (instead of 32 currently). Note that this doesn't change the fact that our sigset_t is still defined as a 32-bit unsigned integer, so most functions that deal with this type won't support real-time signals though. Change-Id: Ie1e2f97d646f1664f05a0ac9cac4a43278c3cfa8