summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:57:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:57:08 +0000
commita34d679ad1fcf41f61ac6b51a5224ba05b99d7aa (patch)
tree8edaa86ee91ca50955bd0d4c473f17cb8007f4b2 /cpukit
parentRely upon uintmax_t and PRIuMAX being provided. (diff)
downloadrtems-a34d679ad1fcf41f61ac6b51a5224ba05b99d7aa.tar.bz2
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/malloc_p.h: Rely upon uintmax_t and PRIuMAX being provided.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b88ea35214..d048bf0358 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/malloc_p.h: Rely upon uintmax_t and PRIuMAX being
+ provided.
+
+2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/src/libio_init.c, libcsupport/src/libio.c:
Reflect rtems_libio_number_iops being uint32_t.