summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp19/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp19/system.h')
-rw-r--r--testsuites/sptests/sp19/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp19/system.h b/testsuites/sptests/sp19/system.h
index f52abd1bbd..ce2b17ce0c 100644
--- a/testsuites/sptests/sp19/system.h
+++ b/testsuites/sptests/sp19/system.h
@@ -54,5 +54,5 @@ 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 rtems_unsigned32 INTEGER_factors[ 10 ]; /* INT "uniqueness" factors */
+TEST_EXTERN uint32_t INTEGER_factors[ 10 ]; /* INT "uniqueness" factors */
/* end of include file */