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