libmoost
/home/mhx/git/github/libmoost/include/moost/thread/signal.hpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #ifndef MOOST_THREAD_SIGNAL_HPP__
00029 #define MOOST_THREAD_SIGNAL_HPP__
00030 
00031 #include <csignal>
00032 
00043 namespace moost { namespace thread {
00044 
00045    typedef volatile std::sig_atomic_t signal_t;
00046 
00047 }}
00048 #endif