summaryrefslogtreecommitdiff
path: root/testsuites/sptests/sp31/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp31/task1.c')
-rw-r--r--testsuites/sptests/sp31/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp31/task1.c b/testsuites/sptests/sp31/task1.c
index 41614f94c6..f5e49fb24c 100644
--- a/testsuites/sptests/sp31/task1.c
+++ b/testsuites/sptests/sp31/task1.c
@@ -32,7 +32,7 @@ rtems_timer_service_routine Should_not_fire_TSR(
TSR_fired = 1;
}
-rtems_timer_service_routine Do_nothing(
+static rtems_timer_service_routine Do_nothing(
rtems_id ignored_id,
void *ignored_address
)