From e7a36a98b1e9e047f8d9f56ff5ea93605e36cd46 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 8 Sep 1996 16:21:48 +0000 Subject: Ada task stack size minimize is twice that for regular pthreads. --- cpukit/posix/src/adasupp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/posix/src/adasupp.c b/cpukit/posix/src/adasupp.c index 740bf30132..234b0c2a40 100644 --- a/cpukit/posix/src/adasupp.c +++ b/cpukit/posix/src/adasupp.c @@ -7,7 +7,7 @@ #include #include -#include +#include /*PAGE * @@ -24,5 +24,5 @@ size_t _ada_pthread_minimum_stack_size( void ) * but for now, this will do. */ - return STACK_MINIMUM_SIZE; + return PTHREAD_MINIMUM_STACK_SIZE * 2; } -- cgit v1.2.3