From cc17eba0cb72460db9da49bf8f3243967c4b69f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Jul 1999 16:56:34 +0000 Subject: Make sure pthread init stack size is always set. --- c/src/exec/sapi/include/confdefs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c') diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h index fadfb82989..e41f573523 100644 --- a/c/src/exec/sapi/include/confdefs.h +++ b/c/src/exec/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, -- cgit v1.2.3