summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-07-27 17:55:42 -0500
committerJoel Sherrill <joel@rtems.org>2017-07-28 11:24:34 -0500
commit0238e316adc06eda0cd72b7bc55bb771b6da01ab (patch)
tree6adfe99429fabd0bfe3e104ba9638825c53340e7
parentbsp/qoriq: Fix pre-processor expansion (diff)
downloadrtems-0238e316adc06eda0cd72b7bc55bb771b6da01ab.tar.bz2
cpukit/include/rtems/inttypes.h: Correct PRIdioctl_command_t
-rw-r--r--cpukit/include/rtems/inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/inttypes.h b/cpukit/include/rtems/inttypes.h
index 2e23c8cfe4..cc8538df19 100644
--- a/cpukit/include/rtems/inttypes.h
+++ b/cpukit/include/rtems/inttypes.h
@@ -135,7 +135,7 @@ extern "C" {
#define PRIxino_t "lx"
/* ioctl_command_t */
-#define PRIdioctl_command_t PRId32
+#define PRIdioctl_command_t "ld"
/* rtems_blkdev_bnum */
#define PRIdrtems_blkdev_bnum PRId32