summaryrefslogtreecommitdiffstats
path: root/cpukit/include/linux/rbtree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix rbtree_postorder_for_each_entry_safe()Sebastian Huber2018-10-051-2/+2
| | | | | | | | Use the non-standard typeof operator to avoid code generation errors with clang and use of uninitialized variable warnings with GCC and Coverity Scan. Update #3465.
* linux: Add rbtree_postorder_for_each_entry_safe()Sebastian Huber2018-07-161-0/+16
| | | | Update #3465.
* linux: Simplify <linux/rbtree.h>Sebastian Huber2018-07-161-45/+37
| | | | | | | Remove the placeholder struct rb_node and use RBTree_Node directly via some C pre-processor defines to adjust the member names. Update #3465.
* linux: Install <linux/rbtree.h>Sebastian Huber2018-07-161-0/+133
This makes it possible to test this API. Update #3465.