summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-06 14:28:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-10 09:50:07 +0200
commite6a8410321573f5c91a9ba6fcf40534fc6bb6368 (patch)
tree9852bb2dcb147f053fc489f9a5a085c97c4cad0c
parentposix: _Configuration_POSIX_Maximum_queued_signals (diff)
downloadrtems-e6a8410321573f5c91a9ba6fcf40534fc6bb6368.tar.bz2
posix: _Configuration_POSIX_Minimum_stack_size
Rename to use proper namespace.
-rw-r--r--cpukit/include/rtems/confdefs.h2
-rw-r--r--cpukit/include/rtems/posix/pthread.h2
-rw-r--r--cpukit/include/rtems/posix/pthreadimpl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index df3d831891..dfc917ccfe 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -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;
/**
diff --git a/cpukit/include/rtems/posix/pthread.h b/cpukit/include/rtems/posix/pthread.h
index 9b59fd922d..5df938e0b9 100644
--- a/cpukit/include/rtems/posix/pthread.h
+++ b/cpukit/include/rtems/posix/pthread.h
@@ -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.
diff --git a/cpukit/include/rtems/posix/pthreadimpl.h b/cpukit/include/rtems/posix/pthreadimpl.h
index abb4d0f942..fd263c2761 100644
--- a/cpukit/include/rtems/posix/pthreadimpl.h
+++ b/cpukit/include/rtems/posix/pthreadimpl.h
@@ -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(