From 56ab31ff896b820c5617f964ce17224f87fddd96 Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 18 Nov 1999 21:48:12 +0000 Subject: ChangeLogTag:Thu Nov 18 08:19:39 1999 Douglas C. Schmidt --- ace/POSIX_Proactor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/POSIX_Proactor.cpp') diff --git a/ace/POSIX_Proactor.cpp b/ace/POSIX_Proactor.cpp index 9a6eb50e940..2e8f238cb61 100644 --- a/ace/POSIX_Proactor.cpp +++ b/ace/POSIX_Proactor.cpp @@ -1033,9 +1033,9 @@ ACE_POSIX_SIG_Proactor::setup_signal_handler (int signal_number) const // Null handler function. reaction.sa_sigaction = ACE_SIGNAL_C_FUNC (&ACE_POSIX_SIG_Proactor::null_handler); - int sigaction_return = sigaction (signal_number, - &reaction, - 0); + int sigaction_return = ACE_OS::sigaction (signal_number, + &reaction, + 0); if (sigaction_return == -1) ACE_ERROR_RETURN ((LM_ERROR, "Error:%p\n", -- cgit v1.2.1