summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-04-28 11:11:14 -0500
committerJoel Sherrill <joel@rtems.org>2017-04-28 11:11:14 -0500
commit20775247de9701c6482337a98982ebd66167f24b (patch)
tree796f12574e883f7652c6b15a48fd5a61faed5dc8
parentposix/src/mutexinit.c: Reorder to make priority a scoped variable (diff)
downloadrtems-20775247de9701c6482337a98982ebd66167f24b.tar.bz2
rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commit
-rw-r--r--cpukit/include/rtems/inttypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/include/rtems/inttypes.h b/cpukit/include/rtems/inttypes.h
index a0cd2eb476..2e23c8cfe4 100644
--- a/cpukit/include/rtems/inttypes.h
+++ b/cpukit/include/rtems/inttypes.h
@@ -143,6 +143,9 @@ extern "C" {
/* rtems_blkdev_bnum */
#define PRIdrtems_blkdev_bnum PRId32
+/* rtems_vector_number */
+#define PRIdrtems_vector_number PRId32
+
/**@}*/
#ifdef __cplusplus