summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/system.h')
-rw-r--r--testsuites/sptests/sp07/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp07/system.h b/testsuites/sptests/sp07/system.h
index cc5f4eb6e7..bcd7b50d1c 100644
--- a/testsuites/sptests/sp07/system.h
+++ b/testsuites/sptests/sp07/system.h
@@ -111,7 +111,7 @@ TEST_EXTERN int Task_restarted[ RTEMS_ARRAY_SIZE( Task_id ) ];
TEST_EXTERN int Task_deleted[ RTEMS_ARRAY_SIZE( Task_id ) ];
-RTEMS_INLINE_ROUTINE void assert_extension_counts( const int *table, int tasks )
+static inline void assert_extension_counts( const int *table, int tasks )
{
size_t i;