summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-15 13:56:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-15 13:56:19 +0000
commit578242099447de905e3c92166b7ea5c1af94fa85 (patch)
treea34f77f1fae85a1580f52147b6b52d662b69abb1 /testsuites
parent2008-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-578242099447de905e3c92166b7ea5c1af94fa85.tar.bz2
Use "double" instead of "rtems_double".
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp19/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/sptests/sp19/system.h b/testsuites/sptests/sp19/system.h
index ade5b8a08b..b79409defe 100644
--- a/testsuites/sptests/sp19/system.h
+++ b/testsuites/sptests/sp19/system.h
@@ -53,6 +53,7 @@ rtems_task Task_1(
TEST_EXTERN rtems_id Task_id[ 7 ]; /* array of task ids */
TEST_EXTERN rtems_id Task_name[ 7 ]; /* array of task names */
-TEST_EXTERN rtems_double FP_factors[ 10 ]; /* FP "uniqueness" factors */
+TEST_EXTERN double FP_factors[ 10 ]; /* FP "uniqueness" factors */
+
TEST_EXTERN uint32_t INTEGER_factors[ 10 ]; /* INT "uniqueness" factors */
/* end of include file */