signal: add marco _NSIG
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
739be67744
commit
937bb44c45
1 changed files with 3 additions and 2 deletions
|
@ -46,8 +46,9 @@
|
|||
|
||||
/* All signals are "real time" signals */
|
||||
|
||||
#define SIGRTMIN MIN_SIGNO /* First real time signal */
|
||||
#define SIGRTMAX MAX_SIGNO /* Last real time signal */
|
||||
#define SIGRTMIN MIN_SIGNO /* First real time signal */
|
||||
#define SIGRTMAX MAX_SIGNO /* Last real time signal */
|
||||
#define _NSIG (MAX_SIGNO + 1) /* Biggest signal number + 1 */
|
||||
|
||||
/* NuttX does not support all standard signal actions. NuttX supports what
|
||||
* are referred to as "real time" signals. The default action of all NuttX
|
||||
|
|
Loading…
Reference in a new issue