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.
This commit is contained in:
Ralf Corsepius
2006-11-18 05:33:15 +00:00
parent 2751cbe005
commit fb678afef9

View File

@@ -1,3 +1,10 @@
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.