From f5a2fd8628f3c432ee75e8964b00eb66c6f4a1f7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Feb 2020 14:24:46 +0100 Subject: config: Add Remove all comments and copyrightable content from the moved content. Use BSD-2-Clause license for new file. Update #3053. Update #3875. --- cpukit/posix/src/pthread.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/src') 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 +const size_t _POSIX_Threads_Minimum_stack_size; + THREAD_INFORMATION_DEFINE_ZERO( _POSIX_Threads, OBJECTS_POSIX_API, -- cgit v1.2.3