On 02/01/2020 18:34, Gedare Bloom wrote:
diff --git a/cpukit/score/src/threadstackallocate.c
b/cpukit/score/src/threadstackallocate.c
index fd89d7f07f..722de7bfd6 100644
--- a/cpukit/score/src/threadstackallocate.c
+++ b/cpukit/score/src/threadstackallocate.c
@@ -1,11 +1,11 @@
/**
* @file
-
On Mon, Dec 16, 2019 at 7:28 AM Sebastian Huber
wrote:
>
> Remove superfluous Thread_Control::Start::stack member.
>
> Update #3835.
> ---
> cpukit/include/rtems/score/stackimpl.h | 10 ++
> cpukit/include/rtems/score/thread.h | 2 --
> cpukit/include/rtems/score/threadimpl.h | 17 -
Remove superfluous Thread_Control::Start::stack member.
Update #3835.
---
cpukit/include/rtems/score/stackimpl.h | 10 ++
cpukit/include/rtems/score/thread.h | 2 --
cpukit/include/rtems/score/threadimpl.h | 17 -
cpukit/score/src/threadinitialize.c | 29