From 15b7644e550320a99183726937e666b4d36f3d76 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 06:53:07 +0000 Subject: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument. --- testsuites/support/include/tmacros.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 5f2a2d80a7..91a53a5995 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -273,6 +273,11 @@ extern volatile uint32_t _Thread_Dispatch_disable_level; /* rtems_interval is a typedef to Watchdog_Interval */ #define PRIdrtems_interval PRIdWatchdog_Interval +/* c.f. cpukit/score/include/rtems/score/thread.h */ +#define PRIdThread_Entry_numeric_type PRIuPTR +/* rtems_task_argument is a typedef to Thread_Entry_numeric_type */ +#define PRIdrtems_task_argument PRIdThread_Entry_numeric_type + #ifdef __cplusplus } #endif -- cgit v1.2.3