summaryrefslogtreecommitdiff
path: root/ACE/tests/Process_Semaphore_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Process_Semaphore_Test.cpp')
-rw-r--r--ACE/tests/Process_Semaphore_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Process_Semaphore_Test.cpp b/ACE/tests/Process_Semaphore_Test.cpp
index 80b7e1aa40b..af182297bcb 100644
--- a/ACE/tests/Process_Semaphore_Test.cpp
+++ b/ACE/tests/Process_Semaphore_Test.cpp
@@ -37,7 +37,7 @@ static const char *sema_pong_name = "ACE_Pong_Semaphore";
// Explain usage and exit.
static void
-print_usage_and_die (void)
+print_usage_and_die ()
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("usage: %n [-i #iterations] [-c (child process)]\n")));
@@ -68,7 +68,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
}
static void
-acquire_release (void)
+acquire_release ()
{
#if defined (ACE_WIN32) || \
defined (ACE_USES_FIFO_SEM) || \