summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rbtreefind.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Move _RBTree_Find()Sebastian Huber2016-06-221-0/+51
The _RBTree_Find() is no longer used in the score. Move it to sapi and make it rtems_rbtree_find(). Move corresponding types and support functions to sapi.