summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 56adafb8da..0a0f78e7da 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Add check for uintmax_t.
+ * libcsupport/src/malloc.c: Use uintmax_t instead of uint64_t for
+ MALLOC_STATS statistics. Use inttypes.h PRIxXXX macros for
+ printing.
+
+2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* aclocal/check-networking.m4: Integrate type checks.
* configure.ac: Use rtems_cv_HAS_NETWORKING instead of
HAS_NETWORKING.