From ed5a518d09ba25d4607e164365291b29a0a792cd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 8 Sep 1996 16:21:16 +0000 Subject: moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would be visible to other files. --- c/src/exec/posix/headers/pthread.h | 2 ++ c/src/exec/posix/include/rtems/posix/pthread.h | 2 ++ cpukit/posix/include/rtems/posix/pthread.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/c/src/exec/posix/headers/pthread.h b/c/src/exec/posix/headers/pthread.h index 2f1476ac2d..7a46edea9f 100644 --- a/c/src/exec/posix/headers/pthread.h +++ b/c/src/exec/posix/headers/pthread.h @@ -24,6 +24,8 @@ extern "C" { #include #include +#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2) + /* * The following defines the information control block used to manage * this class of objects. diff --git a/c/src/exec/posix/include/rtems/posix/pthread.h b/c/src/exec/posix/include/rtems/posix/pthread.h index 2f1476ac2d..7a46edea9f 100644 --- a/c/src/exec/posix/include/rtems/posix/pthread.h +++ b/c/src/exec/posix/include/rtems/posix/pthread.h @@ -24,6 +24,8 @@ extern "C" { #include #include +#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2) + /* * The following defines the information control block used to manage * this class of objects. diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h index 2f1476ac2d..7a46edea9f 100644 --- a/cpukit/posix/include/rtems/posix/pthread.h +++ b/cpukit/posix/include/rtems/posix/pthread.h @@ -24,6 +24,8 @@ extern "C" { #include #include +#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2) + /* * The following defines the information control block used to manage * this class of objects. -- cgit v1.2.3