Changeset bf08a0f in rtems
- Timestamp:
- 09/30/11 02:58:15 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 32448524
- Parents:
- d44c86b
- Location:
- testsuites
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/ChangeLog
rd44c86b rbf08a0f 1 1 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 2 3 * support/include/tmacros.h: Remove PRItime_t. 4 5 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 3 6 * support/include/pritime.h: New. 4 7 * Makefile.am: Add support/include/pritime.h -
testsuites/support/include/tmacros.h
rd44c86b rbf08a0f 274 274 */ 275 275 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 280 276 #if defined(RTEMS_USE_16_BIT_OBJECT) 281 277 #define PRIxrtems_id PRIx16
Note: See TracChangeset
for help on using the changeset viewer.