lib: Define SIGSTKSZ, MINSIGSTKSZ.

* include/signal.h (MINSIGSTKSZ, SIGSTKSZ): New defines.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-31 10:27:24 +01:00
parent a9f2c4515e
commit e53620015c
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ typedef long stack_t;
#define SA_NOMASK SA_NODEFER
#define SA_ONESHOT SA_RESETHAND
#define MINSIGSTKSZ 2048
#define SIGSTKSZ 8192
#if !__M2__ // lacks short, casts
typedef struct siginfo_t
{