summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 16:48:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-21 16:48:06 +0000
commitd013d05f92df03fe90fe3479725e5670c19c6f84 (patch)
treeedc3a302d016eca094ac22a77953457429400d43 /testsuites
parentAdded rtems_semaphore_flush directive. (diff)
downloadrtems-d013d05f92df03fe90fe3479725e5670c19c6f84.tar.bz2
Increased stack size of initialization thread.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psx04/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx04/system.h b/testsuites/psxtests/psx04/system.h
index 7128f0f807..0e4e04df52 100644
--- a/testsuites/psxtests/psx04/system.h
+++ b/testsuites/psxtests/psx04/system.h
@@ -44,6 +44,8 @@ void *Task_3(
#define CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS 5
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
+ (RTEMS_MINIMUM_STACK_SIZE * 4)
#include <confdefs.h>