[CRIU] [PATCH 2/2] signal: a correct value of SIGMAX is 64

Andrey Vagin avagin at openvz.org
Mon Dec 3 07:05:32 EST 2012


Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 include/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/types.h b/include/types.h
index ab09e28..a62d08a 100644
--- a/include/types.h
+++ b/include/types.h
@@ -61,7 +61,7 @@
 #define CLONE_CHILD_USEPID      0x02000000
 #define CLONE_VFORK		0x00004000
 
-#define SIGMAX			32
+#define SIGMAX			64
 
 #define ERESTARTSYS		512
 #define ERESTARTNOINTR		513
-- 
1.7.11.7



More information about the CRIU mailing list