summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/rbtree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sapi: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-3/+5
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* 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.