summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-08 03:45:15 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-08 03:45:15 +0000
commitfbbdf17e8740fa37cf94411d64bab048442cf073 (patch)
tree4a745162bbdb5b6a28f827cd7115bf705acfd468 /tests
parent3ca956d643cbd7ce1f9f48901d6396ceb139a9da (diff)
downloadATCD-fbbdf17e8740fa37cf94411d64bab048442cf073.tar.gz
ChangeLogTag: Wed Jul 07 22:44:22 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Recursive_Mutex_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp
index 999525d2b3e..0c2f685422c 100644
--- a/tests/Recursive_Mutex_Test.cpp
+++ b/tests/Recursive_Mutex_Test.cpp
@@ -87,6 +87,8 @@ main (int, ASYS_TCHAR *[])
#if defined (ACE_HAS_THREADS)
ACE_Recursive_Thread_Mutex rm;
+ // Some platforms, such as LynxOS/PPC, have a default stack size
+ // that's too small. Use a bigger stack . . .
size_t stack_sizes [ACE_MAX_THREADS];
for (unsigned int i = 0; i < ACE_MAX_THREADS; ++i)
stack_sizes[i] = 100000;