forked from Imagelibrary/rtems
2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/types.h: Fix incorrect type name.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* rtems/include/rtems/rtems/types.h: Fix incorrect type name.
|
||||||
|
|
||||||
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h,
|
* libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h,
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ typedef Watchdog_Interval rtems_interval;
|
|||||||
#ifndef __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__
|
#ifndef __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__
|
||||||
typedef struct timespec rtems_thread_cpu_usage_t;
|
typedef struct timespec rtems_thread_cpu_usage_t;
|
||||||
#else
|
#else
|
||||||
typedef uint32_t Thread_CPU_usage_t;
|
typedef uint32_t rtems_thread_cpu_usage_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user