mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 16:01:53 +08:00
The sizeof(ino_t) can potentially vary based on the target. This resulted in -Wformat warnings. Add PRIdino_t in <rtems/inttypes.h> to have a portable format specifier. Closes #5393.