Commit Graph

6 Commits

Author SHA1 Message Date
Joel Sherrill
3ec0b2676d cpukit/include/linux: Change license to BSD-2
Updates #3053.
2022-03-25 11:19:28 -05:00
Joel Sherrill
255fe433fd cpukit/: Scripted embedded brains header file clean up
Updates #4625.
2022-03-10 08:43:49 +01:00
Sebastian Huber
4a7c68675d Fix rbtree_postorder_for_each_entry_safe()
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.
2018-10-05 13:41:07 +02:00
Sebastian Huber
22d9575fd0 linux: Add rbtree_postorder_for_each_entry_safe()
Update #3465.
2018-07-16 07:22:11 +02:00
Sebastian Huber
0cb425704b linux: Simplify <linux/rbtree.h>
Remove the placeholder struct rb_node and use RBTree_Node directly via
some C pre-processor defines to adjust the member names.

Update #3465.
2018-07-16 07:22:11 +02:00
Sebastian Huber
877aeab6d2 linux: Install <linux/rbtree.h>
This makes it possible to test this API.

Update #3465.
2018-07-16 07:22:11 +02:00