summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/support/include/tmacros.h5
1 files changed, 5 insertions, 0 deletions
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