summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spedfsched02/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spedfsched02/system.h')
-rw-r--r--testsuites/sptests/spedfsched02/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spedfsched02/system.h b/testsuites/sptests/spedfsched02/system.h
index 3a3c8360bd..b9898f488f 100644
--- a/testsuites/sptests/spedfsched02/system.h
+++ b/testsuites/sptests/spedfsched02/system.h
@@ -60,6 +60,6 @@ TEST_EXTERN rtems_name Task_name[ 7 ]; /* array of task names */
TEST_EXTERN struct counters Count; /* iteration counters */
TEST_EXTERN struct counters Temporary_count;
-extern rtems_task_priority Priorities[ 7 ];
+TEST_EXTERN rtems_task_priority *Priorities;
/* end of include file */