Add NSIG_MAX.

This commit is contained in:
Jonas 'Sortie' Termansen 2024-06-23 22:50:02 +02:00
parent 020c263d5d
commit c3c59403c9
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include <sys/cdefs.h>
#include <sortix/__/sigset.h>
#if __USE_SORTIX || __USE_POSIX
#define HOST_NAME_MAX 255
#define TTY_NAME_MAX 32
@ -30,6 +32,7 @@
#if __USE_SORTIX || 202405L <= __USE_POSIX
#define GETENTROPY_MAX 256
#define NSIG_MAX __SIGSET_NUM_SIGNALS
#endif
#endif