mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Applied dep and realm updates
This commit is contained in:
parent
12257a5bc2
commit
5260602e28
2020 changed files with 39571 additions and 173090 deletions
24
dep/acelite/ace/OS_NS_signal.cpp
Normal file
24
dep/acelite/ace/OS_NS_signal.cpp
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// $Id: OS_NS_signal.cpp 91809 2010-09-17 07:20:41Z johnnyw $
|
||||
|
||||
#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),
|
||||
si_handles_ (&handle)
|
||||
{
|
||||
}
|
||||
|
||||
siginfo_t::siginfo_t (ACE_HANDLE *handles)
|
||||
: si_handle_ (handles[0]),
|
||||
si_handles_ (handles)
|
||||
{
|
||||
}
|
||||
#endif /* ACE_HAS_SIGINFO_T */
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
ACE_END_VERSIONED_NAMESPACE_DECL
|
||||
Loading…
Add table
Add a link
Reference in a new issue