summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/rbtreemin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Split up rbtreenext.cSebastian Huber2021-09-061-0/+55
Split up rbtreenext.c since only _RBTree_Minimum() is used by the operating system core services (thread queues and the EDF scheduler). Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.