summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 21:52:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 21:52:05 +0000
commitdfa1f0bcad268803cd076c8e814ec87e8736036f (patch)
tree888f8035072cd969643d8530c7a860e75bd151b5 /testsuites
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dfa1f0bcad268803cd076c8e814ec87e8736036f.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: Eliminate TOD_Ticks_per_second variable.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/spsize/size.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 1e4b4dcb14..e11764962d 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,9 @@
2007-04-02 Joel Sherrill <joel@OARcorp.com>
+ * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
+
+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().
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index dedc6d38f6..e74c5338d9 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -369,9 +369,9 @@ uninitialized =
/*timer.h*/ (sizeof _Timer_Information) +
/*tod.h*/ (sizeof _TOD_Now) +
+ (sizeof _TOD_Uptime) +
(sizeof _TOD_Seconds_since_epoch) +
(sizeof _TOD_Microseconds_per_tick) +
- (sizeof _TOD_Ticks_per_second) +
/*tqdata.h*/ 0 +