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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to