From 58381d5994f91544f907e1066a02befda11da7c1 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Wed, 14 Nov 2012 20:55:06 -0800 Subject: [PATCH] avoid warning --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 109e8d8..971ea27 100644 --- a/config.h +++ b/config.h @@ -34,7 +34,7 @@ #define USE_MPROTECT_SNAPSHOT 2 /** Size of signal stack */ -#define SIGSTACKSIZE 32768 +#define SIGSTACKSIZE 65536 /** Page size configuration */ #define PAGESIZE 4096 -- 2.34.1