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.