forked from Imagelibrary/rtems
cpukit/include/rtems/inttypes.h: Correct PRIdioctl_command_t
This commit is contained in:
@@ -135,7 +135,7 @@ extern "C" {
|
|||||||
#define PRIxino_t "lx"
|
#define PRIxino_t "lx"
|
||||||
|
|
||||||
/* ioctl_command_t */
|
/* ioctl_command_t */
|
||||||
#define PRIdioctl_command_t PRId32
|
#define PRIdioctl_command_t "ld"
|
||||||
|
|
||||||
/* rtems_blkdev_bnum */
|
/* rtems_blkdev_bnum */
|
||||||
#define PRIdrtems_blkdev_bnum PRId32
|
#define PRIdrtems_blkdev_bnum PRId32
|
||||||
|
|||||||
Reference in New Issue
Block a user