summaryrefslogtreecommitdiff
path: root/tests/MM_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-06 13:42:44 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-06 13:42:44 +0000
commit5aabc2f2c7aa1b8ba0b7885b13dbc20e51d14636 (patch)
treefdee95cd710d01b2fc18e2feffefb778476deb57 /tests/MM_Shared_Memory_Test.cpp
parentbfb654d2ef5f572510693e6e706eeacbf269cee2 (diff)
downloadATCD-5aabc2f2c7aa1b8ba0b7885b13dbc20e51d14636.tar.gz
ChangeLogTag:Wed Oct 6 08:36:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/MM_Shared_Memory_Test.cpp')
-rw-r--r--tests/MM_Shared_Memory_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MM_Shared_Memory_Test.cpp b/tests/MM_Shared_Memory_Test.cpp
index d8a8effa020..239ef8918ed 100644
--- a/tests/MM_Shared_Memory_Test.cpp
+++ b/tests/MM_Shared_Memory_Test.cpp
@@ -37,7 +37,7 @@ const int SHMSZ = 27;
static TCHAR shm_key[] = ACE_TEMP_FILE_NAME ACE_TEXT ("XXXXXX");
#if defined (ACE_LACKS_FORK)
-static ACE_Thread_Semaphore SYNCHRONIZER;
+typedef ACE_Thread_Semaphore SYNCHRONIZER;
#else
typedef ACE_Process_Semaphore SYNCHRONIZER;
#endif /* !defined (ACE_LACKS_FORK) */