summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Mutex_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Thread_Mutex_Test.cpp')
-rw-r--r--ACE/tests/Thread_Mutex_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Thread_Mutex_Test.cpp b/ACE/tests/Thread_Mutex_Test.cpp
index de1bf1f59e9..b8b0485b56b 100644
--- a/ACE/tests/Thread_Mutex_Test.cpp
+++ b/ACE/tests/Thread_Mutex_Test.cpp
@@ -32,7 +32,7 @@
typedef ACE_Process_Mutex ACE_TEST_MUTEX;
#else
# include "ace/Thread_Mutex.h"
- typedef ACE_Thread_Mutex ACE_TEST_MUTEX;
+ using ACE_TEST_MUTEX = ACE_Thread_Mutex;
#endif
#if !defined (ACE_HAS_MUTEX_TIMEOUTS)
@@ -236,7 +236,7 @@ test (void *args)
#endif /* ACE_HAS_THREADS */
static void
-spawn (void)
+spawn ()
{
#if defined (ACE_HAS_THREADS)
ACE_TEST_MUTEX mutex;