summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:10:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:10:27 +0000
commitc60684498f02d02ae606a85954713001f1e0d949 (patch)
tree04f5f75096e542f7aa7c5341f43f14717504b66f /testsuites/psxtests
parentUse PRItime_t to print time_t's. (diff)
downloadrtems-c60684498f02d02ae606a85954713001f1e0d949.tar.bz2
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxclock/init.c, psxtimer01/psxtimer.c: Use PRItime_t to print time_t's.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 913b3d86e5..e43c0d45fe 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,7 @@
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * psxclock/init.c, psxtimer01/psxtimer.c:
+ Use PRItime_t to print time_t's.
* configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.