summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp06/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp06/task1.c')
-rw-r--r--testsuites/mptests/mp06/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp06/task1.c b/testsuites/mptests/mp06/task1.c
index 44eaa686b9..3e8920f4c3 100644
--- a/testsuites/mptests/mp06/task1.c
+++ b/testsuites/mptests/mp06/task1.c
@@ -18,7 +18,7 @@
/*
* Stop_Test_TSR
*/
-rtems_timer_service_routine Stop_Test_TSR(
+static rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
)