mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 03:29:03 +08:00
Thread_Life_state is used as a bitfield, but is declared as an enum. This converts the enum typedef to a uint32_t typedef and associated bit definitions.