summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectfreenothing.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-0/+46
Rename _Stack_Free_nothing() in _Objects_Free_nothing() to make it reusable for the message queue buffers. Update #4007.