From d013d05f92df03fe90fe3479725e5670c19c6f84 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 16:48:06 +0000 Subject: Increased stack size of initialization thread. --- testsuites/psxtests/psx04/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests') 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 -- cgit v1.2.3