mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
signal: add marco _NSIG
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
739be67744
commit
937bb44c45
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user