Go to the documentation of this file.
13 #ifndef __STOUT_OS_SIGNALS_HPP__
14 #define __STOUT_OS_SIGNALS_HPP__
26 #define SUPPRESS(signal) \
27 if (os::signals::internal::Suppressor suppressor ## signal = \
28 os::signals::internal::Suppressor(signal))
31 #endif // __STOUT_OS_SIGNALS_HPP__