summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:33:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:33:42 +0000
commit95a585a591b2b3f15e8aa0b08ae29c6c9efb305e (patch)
tree17a9007e9e191f68e6c1421ca56688e4474a6c46 /testsuites/psxtests
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-95a585a591b2b3f15e8aa0b08ae29c6c9efb305e.tar.bz2
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxfile01/test.c: Use %zu instead of %d to print size_t's.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index e43c0d45fe..d32f7571fd 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,6 @@
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * psxfile01/test.c: Use %zu instead of %d to print size_t's.
* psxclock/init.c, psxtimer01/psxtimer.c:
Use PRItime_t to print time_t's.
* configure.ac: Add AC_CHECK_HEADERS sys/mman.h.