From e23c697fec02799a77dc653df576f45e54ee7f33 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 13:36:13 +0000 Subject: =?UTF-8?q?2009-10-26=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtmonuse/task1.c: Use PRIu32 to print uint32_t's. * malloctest/init.c: Use %zu instead of %d to print size_t's. --- testsuites/libtests/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 7902036438..7545091ccc 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,8 @@ +2009-10-26 Ralf Corsépius + + * rtmonuse/task1.c: Use PRIu32 to print uint32_t's. + * malloctest/init.c: Use %zu instead of %d to print size_t's. + 2009-10-26 Ralf Corsépius * rtmonuse/init.c, rtmonuse/task1.c: -- cgit v1.2.3