summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 02:58:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 02:58:15 +0000
commitbf08a0f2a75f7626c6f76cdfdf1269339edb003a (patch)
treecab5a6822a3f352807994567a64de35654e0810c /testsuites
parent2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-bf08a0f2a75f7626c6f76cdfdf1269339edb003a.tar.bz2
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRItime_t.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog3
-rw-r--r--testsuites/support/include/tmacros.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index b777054509..8dcac179fe 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,8 @@
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * support/include/tmacros.h: Remove PRItime_t.
+
+2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/pritime.h: New.
* Makefile.am: Add support/include/pritime.h
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 9fb3c45098..9042f59fc2 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -273,10 +273,6 @@ extern "C" {
* certain system types on different targets.
*/
-/* HACK: Presume time_t to be a "long" */
-/* HACK: There is no portable way to print time_t's */
-#define PRItime_t "ld"
-
#if defined(RTEMS_USE_16_BIT_OBJECT)
#define PRIxrtems_id PRIx16
#else