summaryrefslogtreecommitdiff
path: root/ace/OS_NS_signal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_signal.cpp')
-rw-r--r--ace/OS_NS_signal.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/ace/OS_NS_signal.cpp b/ace/OS_NS_signal.cpp
deleted file mode 100644
index ab65f204095..00000000000
--- a/ace/OS_NS_signal.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-// $Id$
-
-#include "ace/OS_NS_signal.h"
-
-ACE_RCSID(ace, OS_NS_signal, "$Id$")
-
-#if !defined (ACE_HAS_INLINED_OSCALLS)
-# include "ace/OS_NS_signal.inl"
-#endif /* ACE_HAS_INLINED_OS_CALLS */
-
-#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