From cfe6f1f502ec231e3dff69adab318b487d6360bc Mon Sep 17 00:00:00 2001 From: midipix Date: Mar 22 2015 00:38:50 +0000 Subject: redefine MINSIGSTKSZ to reflect the arch's large signal context. + see musl commit d5a5045382315e36588ca225889baa36ed0ed38f for additional information. --- diff --git a/arch/nt64/bits/signal.h b/arch/nt64/bits/signal.h index b3a7616..e3c3141 100644 --- a/arch/nt64/bits/signal.h +++ b/arch/nt64/bits/signal.h @@ -1,6 +1,11 @@ #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) +#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) +#define MINSIGSTKSZ 2048 +#define SIGSTKSZ 8192 +#endif + #ifdef _GNU_SOURCE #define REG_R8 0 #define REG_R9 1