2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* support/include/tmacros.h: Remove PRItime_t.
This commit is contained in:
Ralf Corsepius
2011-09-30 02:58:15 +00:00
parent d44c86b49d
commit bf08a0f2a7
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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