diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-20 04:11:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-20 04:11:25 +0000 |
commit | 2e694cc1441a667d366395b889df4d30abe071c9 (patch) | |
tree | 0747106206d87c13e6e936a7846a68949abce9bf /tests | |
parent | 6de6d532e993dc815715c1b0db5b77bb12fef96b (diff) | |
download | ATCD-2e694cc1441a667d366395b889df4d30abe071c9.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Mutex_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Mutex_Test.cpp b/tests/Mutex_Test.cpp index 70a0a8b0dfc..9846a495c52 100644 --- a/tests/Mutex_Test.cpp +++ b/tests/Mutex_Test.cpp @@ -49,9 +49,9 @@ test (ACE_Process_Mutex *pm) static void spawn (void) { -#if !defined (ACE_WIN32) char *name = "hello"; +#if !defined (ACE_WIN32) switch (ACE_OS::fork ()) { case -1: |