summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp')
-rw-r--r--ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
index e6f4b2826c9..4818fb99785 100644
--- a/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
+++ b/ACE/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp
@@ -200,7 +200,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
}
int
-mutex_test (void)
+mutex_test ()
{
ACE_Thread_Manager thr_mgr;
@@ -242,7 +242,7 @@ mutex_test (void)
}
static int
-rwlock_test (void)
+rwlock_test ()
{
ACE_Thread_Manager thr_mgr;