2007-04-02 Joel Sherrill <joel@OARcorp.com>

* spsize/size.c: Convert from Classic API style TOD_Control as
	fundamental time structure to POSIX struct timespec. Add
	clock_get_uptime().
This commit is contained in:
Joel Sherrill
2007-04-02 18:24:13 +00:00
parent 23a0105a78
commit 3c68f96d7a
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: Convert from Classic API style TOD_Control as
fundamental time structure to POSIX struct timespec. Add
clock_get_uptime().
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp06/task1.c, sp20/task1.c: Use rtems_task_argument.

View File

@@ -368,11 +368,10 @@ uninitialized =
/*timer.h*/ (sizeof _Timer_Information) +
/*tod.h*/ (sizeof _TOD_Current) +
/*tod.h*/ (sizeof _TOD_Now) +
(sizeof _TOD_Seconds_since_epoch) +
(sizeof _TOD_Microseconds_per_tick) +
(sizeof _TOD_Ticks_per_second) +
(sizeof _TOD_Seconds_watchdog) +
/*tqdata.h*/ 0 +
@@ -446,12 +445,9 @@ initialized +=
/*copyrt.h*/ (strlen(_Copyright_Notice)+1) +
/*sptables.h*/ (sizeof _Initialization_Default_multiprocessing_table) +
(strlen(_RTEMS_version)+1) +
(strlen(_RTEMS_version)+1);
/*tod.h*/ (sizeof _TOD_Days_per_month) +
(sizeof _TOD_Days_to_date) +
(sizeof _TOD_Days_since_last_leap_year);
#ifndef unix /* make sure this is not native */
#ifdef __sparc__