diff --git a/sortix/include/sortix/signal.h b/sortix/include/sortix/signal.h index 7fd27b9f..64c77897 100644 --- a/sortix/include/sortix/signal.h +++ b/sortix/include/sortix/signal.h @@ -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