summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-15 13:53:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-15 13:53:53 +0000
commit4fcb2f17d519926a57242a80ba9b6caeaa16d826 (patch)
treeb21dc3033cd5fd32063afa0837b073b59f5168e6 /testsuites
parent2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4fcb2f17d519926a57242a80ba9b6caeaa16d826.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 */