From fb678afef9f1af0fca8b66a8402fd567117f5563 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 18 Nov 2006 05:33:15 +0000 Subject: [PATCH] =?UTF-8?q?2006-11-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 56adafb8da..0a0f78e7da 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2006-11-18 Ralf Corsépius + + * 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 * aclocal/check-networking.m4: Integrate type checks.