summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-20 14:24:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 07:18:38 +0100
commitf5a2fd8628f3c432ee75e8964b00eb66c6f4a1f7 (patch)
treeba3c4b050eb5625ef6fc6339168230a12b48b38b /cpukit/posix
parentconfig: Add <rtems/confdefs/unlimited.h> (diff)
downloadrtems-f5a2fd8628f3c432ee75e8964b00eb66c6f4a1f7.tar.bz2
config: Add <rtems/confdefs/threads.h>
Remove all comments and copyrightable content from the moved content. Use BSD-2-Clause license for new file. Update #3053. Update #3875.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/src/pthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index 18c8635497..ff76c8694e 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -20,6 +20,8 @@
#include <rtems/posix/pthread.h>
+const size_t _POSIX_Threads_Minimum_stack_size;
+
THREAD_INFORMATION_DEFINE_ZERO(
_POSIX_Threads,
OBJECTS_POSIX_API,