2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-24 06:22:12 +00:00

Thread: force SIG_ATOMIC_MAX with __STDC_LIMIT_MACROS

[SVN r80466]
This commit is contained in:
Vicente J. Botet Escriba
2012-09-09 14:48:18 +00:00
parent 408a6cb70e
commit dafe4bea1a

View File

@@ -17,6 +17,8 @@
#include <boost/thread/pthread/pthread_mutex_scoped_lock.hpp>
#include <boost/cstdint.hpp>
#include <boost/thread/detail/delete.hpp>
// Force SIG_ATOMIC_MAX tobe defined
#define __STDC_LIMIT_MACROS
#include <csignal>
#include <boost/config/abi_prefix.hpp>