summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx04/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx04/system.h')
-rw-r--r--c/src/tests/psxtests/psx04/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psx04/system.h b/c/src/tests/psxtests/psx04/system.h
index 7128f0f807..0e4e04df52 100644
--- a/c/src/tests/psxtests/psx04/system.h
+++ b/c/src/tests/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>