Changeset bf08a0f in rtems


Ignore:
Timestamp:
09/30/11 02:58:15 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
32448524
Parents:
d44c86b
Message:

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

  • support/include/tmacros.h: Remove PRItime_t.
Location:
testsuites
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/ChangeLog

    rd44c86b rbf08a0f  
    112011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
    22
     3        * support/include/tmacros.h: Remove PRItime_t.
     4
     52011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
    36        * support/include/pritime.h: New.
    47        * Makefile.am: Add support/include/pritime.h
  • testsuites/support/include/tmacros.h

    rd44c86b rbf08a0f  
    274274 */
    275275
    276 /* HACK: Presume time_t to be a "long" */
    277 /* HACK: There is no portable way to print time_t's */
    278 #define PRItime_t "ld"
    279 
    280276#if defined(RTEMS_USE_16_BIT_OBJECT)
    281277#define PRIxrtems_id PRIx16
Note: See TracChangeset for help on using the changeset viewer.