summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-30 22:44:01 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-30 22:44:01 +0000
commit6fef5e34f2a6a6283379243365a3f5f99eb79610 (patch)
tree7fef7148b357b7f65011018e2d6ee0512716df00 /examples
parent328530e8cfbc2a1d6496b7a0103dd44ed7daa584 (diff)
downloadATCD-6fef5e34f2a6a6283379243365a3f5f99eb79610.tar.gz
Added ACE_OS:: scope to pthread_sigmask so that it works (fails!!)
correctly on LynxOS.
Diffstat (limited to 'examples')
-rw-r--r--examples/Reactor/Proactor/test_aiosig_ace.cpp2
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"),