summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_signal.cpp
blob: 49177a6d40fb3e04741354f719dedc80d9f47a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "ace/OS_NS_signal.h"

#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_signal.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */

#if !defined (ACE_HAS_SIGINFO_T)
siginfo_t::siginfo_t (ACE_HANDLE handle)
  : si_handle_ (handle)
{
}
#endif /* ACE_HAS_SIGINFO_T */