Kinsey Moore fd6d862033 c-user/chains: Correct iteration example code
Casting the node returned by rtems_chain_head is incorrect. That node is
owned by the control structure and use of it post-cast could cause
memory corruption. Instead, use rtems_chain_first which returns the
node after the head node. This also corrects node->next to
rtems_chain_next(node) which makes better use of the API.
2023-03-09 09:16:12 -06:00
..
2021-09-13 08:28:16 +02:00
2021-04-28 09:03:49 +02:00
2022-10-04 08:04:56 +02:00
2022-09-29 10:01:14 +02:00
2019-02-08 09:43:16 +01:00
2021-09-13 08:28:16 +02:00
2019-02-08 09:43:16 +01:00