diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Reactor/Proactor/test_aiosig_ace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Proactor/test_aiosig_ace.cpp b/examples/Reactor/Proactor/test_aiosig_ace.cpp index e805e9e8563..bfb36d78b46 100644 --- a/examples/Reactor/Proactor/test_aiosig_ace.cpp +++ b/examples/Reactor/Proactor/test_aiosig_ace.cpp @@ -70,7 +70,7 @@ setup_signal_delivery (void) -1); // Mask them. - if (pthread_sigmask (SIG_SETMASK, &full_set, 0) != 0) + if (ACE_OS::pthread_sigmask (SIG_SETMASK, &full_set, 0) != 0) ACE_ERROR_RETURN ((LM_ERROR, "Error:(%P | %t):%p\n", "pthread_sigmask failed"), |