Add NSIG.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-01-15 19:40:17 +01:00
parent e8e5f14a5d
commit b8f85d9ef2
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ __BEGIN_DECLS
#define SIGAIO 34 /* Asynchronous I/O */
#define SIG__NUM_DECLARED 35
#define SIG_MAX_NUM 128
#define NSIG SIG_MAX_NUM
#define SIG_PRIO_NORMAL 0
#define SIG_PRIO_HIGH 1