From dafe4bea1a0cbfed8ea191f87fb4810e4f193c05 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sun, 9 Sep 2012 14:48:18 +0000 Subject: [PATCH] Thread: force SIG_ATOMIC_MAX with __STDC_LIMIT_MACROS [SVN r80466] --- include/boost/thread/pthread/once.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/thread/pthread/once.hpp b/include/boost/thread/pthread/once.hpp index 5c3d0238..4b177aa1 100644 --- a/include/boost/thread/pthread/once.hpp +++ b/include/boost/thread/pthread/once.hpp @@ -17,6 +17,8 @@ #include #include #include +// Force SIG_ATOMIC_MAX tobe defined +#define __STDC_LIMIT_MACROS #include #include