mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 03:41:01 +08:00
The use of an array of zero length at the end of a structure needs to be careful to use RTEMS_ZERO_LENGTH_ARRAY since the accepted syntax varies across C language versions.