Add NSIG_MAX.

This commit is contained in:
Jonas 'Sortie' Termansen 2024-06-23 22:50:02 +02:00
parent 3f0c24fb24
commit da38bc6652

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