forked from Imagelibrary/rtems
Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it is
used to calculate the amount of memory used by tasks whether the POSIX API is enabled or disabled.
This commit is contained in:
@@ -427,6 +427,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
|
||||
|
||||
#else
|
||||
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 0
|
||||
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0
|
||||
#define CONFIGURE_MEMORY_FOR_POSIX 0
|
||||
|
||||
|
||||
@@ -427,6 +427,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
|
||||
|
||||
#else
|
||||
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 0
|
||||
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0
|
||||
#define CONFIGURE_MEMORY_FOR_POSIX 0
|
||||
|
||||
|
||||
@@ -427,6 +427,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
|
||||
|
||||
#else
|
||||
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 0
|
||||
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0
|
||||
#define CONFIGURE_MEMORY_FOR_POSIX 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user