From b8f85d9ef2299945dabe60d16854c0f16816f6e2 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Tue, 15 Jan 2013 19:40:17 +0100 Subject: [PATCH] Add NSIG. --- sortix/include/sortix/signal.h | 1 + 1 file changed, 1 insertion(+) 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