summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-09 08:07:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-09 08:07:25 +0000
commitbea12ce65709e7ae5f265a3a1bc75e66d5894966 (patch)
treeb4f666e3a25d14b9f933f75be4b6cb04c3eaa74b /ace/POSIX_Proactor.cpp
parent7b141413e0310b1fd3efdd754d14011101f9c3b1 (diff)
downloadATCD-bea12ce65709e7ae5f265a3a1bc75e66d5894966.tar.gz
ChangeLogTag: Tue Mar 9 09:03:04 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/POSIX_Proactor.cpp')
-rw-r--r--ace/POSIX_Proactor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/POSIX_Proactor.cpp b/ace/POSIX_Proactor.cpp
index 79ec04f598b..bddf9a52ae1 100644
--- a/ace/POSIX_Proactor.cpp
+++ b/ace/POSIX_Proactor.cpp
@@ -1760,7 +1760,7 @@ ACE_POSIX_SIG_Proactor::create_asynch_timer (ACE_Handler &handler,
return implementation;
}
-static void
+static void
sig_handler (int sig_num, siginfo_t *, ucontext_t *)
{
// Should never be called
@@ -1795,6 +1795,8 @@ ACE_POSIX_SIG_Proactor::setup_signal_handler (int signal_number) const
"Error:%p\n",
"Proactor couldnt do sigaction for the RT SIGNAL"),
-1);
+#else
+ ACE_UNUSED_ARG(signal_number);
#endif
return 0;
}