summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/pthread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-14 19:20:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-29 10:33:37 +0100
commite97806a5ff7673422082edd49ec3c62c5f0f1ccd (patch)
tree05d82a61ba2453ec0e9354f42797c560031ca88b /cpukit/include/rtems/posix/pthread.h
parentMove default config to librtemsdefaultconfig.a (diff)
downloadrtems-e97806a5ff7673422082edd49ec3c62c5f0f1ccd.tar.bz2
posix: Split posix_api_configuration_table
Use separate configuration variables to avoid false dependencies. Update #2514.
Diffstat (limited to 'cpukit/include/rtems/posix/pthread.h')
-rw-r--r--cpukit/include/rtems/posix/pthread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/include/rtems/posix/pthread.h b/cpukit/include/rtems/posix/pthread.h
index bf46253776..25bf40ef27 100644
--- a/cpukit/include/rtems/posix/pthread.h
+++ b/cpukit/include/rtems/posix/pthread.h
@@ -19,7 +19,6 @@
#ifndef _RTEMS_POSIX_PTHREAD_H
#define _RTEMS_POSIX_PTHREAD_H
-#include <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
#include <rtems/score/thread.h>
@@ -39,6 +38,8 @@ extern "C" {
extern const size_t _Configuration_POSIX_Minimum_stack_size;
+extern const uint32_t _Configuration_POSIX_Maximum_threads;
+
/**
* @brief POSIX threads initialize user threads body.
*