aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/OS_NS_signal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/OS_NS_signal.cpp')
-rw-r--r--externals/ace/OS_NS_signal.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/externals/ace/OS_NS_signal.cpp b/externals/ace/OS_NS_signal.cpp
deleted file mode 100644
index bb1c4130564..00000000000
--- a/externals/ace/OS_NS_signal.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-// $Id: OS_NS_signal.cpp 80826 2008-03-04 14:51:23Z wotte $
-
-#include "ace/OS_NS_signal.h"
-
-ACE_RCSID(ace, OS_NS_signal, "$Id: OS_NS_signal.cpp 80826 2008-03-04 14:51:23Z wotte $")
-
-#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