From 197170b01ca089bc0bbfd44b3be7964e885b461a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Dec 2008 19:09:49 +0000 Subject: 2008-12-15 Joel Sherrill * rtems/include/rtems/rtems/types.h: Fix incorrect type name. --- cpukit/rtems/include/rtems/rtems/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/include/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h index 1ea92857e1..0fbf7003ca 100644 --- a/cpukit/rtems/include/rtems/rtems/types.h +++ b/cpukit/rtems/include/rtems/rtems/types.h @@ -110,7 +110,7 @@ typedef Watchdog_Interval rtems_interval; #ifndef __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__ typedef struct timespec rtems_thread_cpu_usage_t; #else - typedef uint32_t Thread_CPU_usage_t; + typedef uint32_t rtems_thread_cpu_usage_t; #endif -- cgit v1.2.3