Make sure pthread init stack size is always set.

This commit is contained in:
Joel Sherrill
1999-07-09 16:56:34 +00:00
parent adbb578abb
commit cc17eba0cb
2 changed files with 10 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,