summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-08 16:21:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-08 16:21:16 +0000
commited5a518d09ba25d4607e164365291b29a0a792cd (patch)
treedc73e8fb15d0b435dd9ee2081d3bdd36cedb700d /cpukit/posix/include
parentchanged to reflect status of R4600 work. (diff)
downloadrtems-ed5a518d09ba25d4607e164365291b29a0a792cd.tar.bz2
moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would be
visible to other files.
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h2
1 files changed, 2 insertions, 0 deletions
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 <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
+#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
+
/*
* The following defines the information control block used to manage
* this class of objects.