summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadentryadaptorpointer.c (follow)
AgeCommit message (Collapse)Author
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber
This avoids potential dead code in _Thread_Handler(). It gets rid of the dangerous function pointer casts. Update #2514.