2011-01-19 Joel Sherrill <joel.sherrilL@OARcorp.com>

* sapi/include/confdefs.h: Account for POSIX threads having a minimum
	of 2x the minimum stack size.
This commit is contained in:
Joel Sherrill
2011-01-19 14:50:20 +00:00
parent 0fab42f14e
commit 67c0cb82b6
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-01-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sapi/include/confdefs.h: Account for POSIX threads having a minimum
of 2x the minimum stack size.
2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1717/cpukit

View File

@@ -1294,6 +1294,7 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API \
_Configure_From_workspace( \
CONFIGURE_MINIMUM_TASK_STACK_SIZE + \
sizeof (POSIX_API_Control) + \
(sizeof (void *) * (CONFIGURE_MAXIMUM_POSIX_KEYS)) \
)