From 70488f5655079bcbf19f55999adbbc51a30f46ad Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 31 Jan 2017 09:37:54 +0100 Subject: score: Fix _Thread_Initialize() --- cpukit/score/include/rtems/score/thread.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index c114c91832..8aa141de85 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -690,6 +690,9 @@ typedef struct { * * Uses a leading underscore in the structure name to allow forward * declarations in standard header files provided by Newlib and GCC. + * + * In case the second member changes (currently Join_queue), then the memset() + * in _Thread_Initialize() must be adjusted. */ struct _Thread_Control { /** This field is the object management structure for each thread. */ -- cgit v1.2.3