RTEMS | ino_t needs a printf() specifier macro (#5393)

Joel Sherrill (@joel) gitlab at rtems.org
Mon Nov 10 21:29:04 UTC 2025



Joel Sherrill created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5393

Assignee: Joel Sherrill

## Summary

The <inttypes.h> file has numerous PRI constants to ensure that the correct printf() format specifiers are used across architectures. This is critical to avoiding incorrect formata specifier warnings. It is common for types to be int (e.g. %d) on some architectures and long (%ld) on others. <rtems/inttypes.h> provides PRI constants for some POSIX not in <inttypes.h> and RTEMS types. It currently does not include a format specifier for ino_t.

## Steps to reproduce


<!-- Pre-set options
- milestone
-->

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5393
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20251110/3203c22b/attachment.htm>


More information about the bugs mailing list