summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rbtree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* rbtree: Delete _RBTree_Initialize()Sebastian Huber2015-08-311-0/+45
This function has no internal use case.