posix: _Configuration_POSIX_Minimum_stack_size

Rename to use proper namespace.
This commit is contained in:
Sebastian Huber
2019-04-10 09:50:07 +02:00
parent b0e335c23c
commit e6a8410321
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2869,7 +2869,7 @@ struct _reent *__getreent(void)
#endif
#endif
const size_t _Configuration_POSIX_Minimum_stack_size =
const size_t _POSIX_Threads_Minimum_stack_size =
CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE;
/**
+1 -1
View File
@@ -36,7 +36,7 @@ extern "C" {
*/
/**@{**/
extern const size_t _Configuration_POSIX_Minimum_stack_size;
extern const size_t _POSIX_Threads_Minimum_stack_size;
/**
* @brief POSIX threads initialize user threads body.
+1 -1
View File
@@ -40,7 +40,7 @@ extern "C" {
/**
* The following sets the minimum stack size for POSIX threads.
*/
#define PTHREAD_MINIMUM_STACK_SIZE _Configuration_POSIX_Minimum_stack_size
#define PTHREAD_MINIMUM_STACK_SIZE _POSIX_Threads_Minimum_stack_size
#if defined(RTEMS_POSIX_API)
RTEMS_INLINE_ROUTINE void _POSIX_Threads_Sporadic_timer_insert(