summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-15 19:09:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-15 19:09:49 +0000
commit197170b01ca089bc0bbfd44b3be7964e885b461a (patch)
treeb3cd3df2b9b5d04bdc088118ba86272a03fcdfe5 /cpukit/rtems/include/rtems/rtems/types.h
parent2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-197170b01ca089bc0bbfd44b3be7964e885b461a.tar.bz2
2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/types.h: Fix incorrect type name.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h2
1 files changed, 1 insertions, 1 deletions
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