summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-08 16:22:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-08 16:22:05 +0000
commit33354205293cb39d91ea267980cc611f6ba09195 (patch)
tree0157be9e0dd2dc4bc6205f2e3b38319f24578576
parentAda task stack size minimize is twice that for regular pthreads. (diff)
downloadrtems-33354205293cb39d91ea267980cc611f6ba09195.tar.bz2
moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would be
visible to other files.
-rw-r--r--c/src/exec/posix/src/pthread.c1
-rw-r--r--cpukit/posix/src/pthread.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index ff3171eb41..2137e97b99 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -20,7 +20,6 @@
#include <rtems/posix/key.h>
#include <rtems/posix/time.h>
-#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
/*PAGE
*
* The default pthreads attributes structure.
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index ff3171eb41..2137e97b99 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -20,7 +20,6 @@
#include <rtems/posix/key.h>
#include <rtems/posix/time.h>
-#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
/*PAGE
*
* The default pthreads attributes structure.