summaryrefslogtreecommitdiff
path: root/ACE/tests/Sigset_Ops_Test.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-06 17:07:11 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-06 17:07:11 -0600
commitac5e1702c9f9bee9f1f7bfce8c1a6f3847ea6b4b (patch)
tree0e70d1f51c39e688a05a6cdc2af58408222e4a0d /ACE/tests/Sigset_Ops_Test.cpp
parent5272b5b81f92c298cb998b5bb0b0dbca3e7f29fe (diff)
downloadATCD-ac5e1702c9f9bee9f1f7bfce8c1a6f3847ea6b4b.tar.gz
Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).
Diffstat (limited to 'ACE/tests/Sigset_Ops_Test.cpp')
-rw-r--r--ACE/tests/Sigset_Ops_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/tests/Sigset_Ops_Test.cpp b/ACE/tests/Sigset_Ops_Test.cpp
index a59d47d94ea..8547183efe3 100644
--- a/ACE/tests/Sigset_Ops_Test.cpp
+++ b/ACE/tests/Sigset_Ops_Test.cpp
@@ -24,7 +24,8 @@ siglistset (sigset_t x, int *sigset, int can_miss = 0)
bool empty = true;
int result = 0;
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Signal (s) in the set = %08x:\n"), x)) ;
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Signal (s) in the set = %08x:\n"),
+ *reinterpret_cast<unsigned int*> (&x)));
for (int i = 1; i < ACE_NSIG; i++)
{