diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-26 17:36:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-26 17:36:23 +0000 |
commit | 109f1f95ffa9638ca2117ebb36d369b6519257e5 (patch) | |
tree | 4568ffaa041e3515953ad6d5bb52180e030279e3 /tests/Mutex_Test.cpp | |
parent | 6eae12f87320910f87c86f6e2e4ced3fe881d91c (diff) | |
download | ATCD-109f1f95ffa9638ca2117ebb36d369b6519257e5.tar.gz |
added VXWORKS support (same as WIN32: spawn instead of fork)
Diffstat (limited to 'tests/Mutex_Test.cpp')
-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 ed5181c1ba5..a149243aa75 100644 --- a/tests/Mutex_Test.cpp +++ b/tests/Mutex_Test.cpp @@ -54,7 +54,7 @@ spawn (void) { char *name = "hello"; -#if !defined (ACE_WIN32) +#if !defined (ACE_WIN32) && !defined (VXWORKS) switch (ACE_OS::fork ()) { case -1: |