summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-09 16:56:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-09 16:56:34 +0000
commitcc17eba0cb72460db9da49bf8f3243967c4b69f8 (patch)
treef06e2b3fc8ed3cdd6fcaab5e940c5d505883238c /cpukit
parentMoved definitions to a more logical place. (diff)
downloadrtems-cc17eba0cb72460db9da49bf8f3243967c4b69f8.tar.bz2
Make sure pthread init stack size is always set.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/include/confdefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index fadfb82989..e41f573523 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -449,8 +449,13 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0
#define CONFIGURE_MEMORY_FOR_POSIX 0
+
#endif /* RTEMS_POSIX_API */
+#ifndef CONFIGURE_POSIX_INIT_TASK_STACK_SIZE
+#define CONFIGURE_POSIX_INIT_TASK_STACK_SIZE 0
+#endif
+
/*
* Calculate the RAM size based on the maximum number of objects configured.
* The model is to estimate the memory required for each configured item,