summaryrefslogtreecommitdiffstats
path: root/testsuites/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:38:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 05:38:04 +0000
commit88f692dac2f32f48044730e3ef7fa34a46a23241 (patch)
tree3f718059e99c8626a6cb1d29224736c150d1ac65 /testsuites/ChangeLog
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-88f692dac2f32f48044730e3ef7fa34a46a23241.tar.bz2
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
Diffstat (limited to '')
-rw-r--r--testsuites/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index b574d2d601..d07b6b1007 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,9 @@
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
+
+2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* support/include/test_support.h: Add missing prototypes.
* support/include/tmacros.h: Move _Thread_Dispatch_disable_level
outside of check_dispatch_disable_level.