summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp31/task1.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 10:02:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 10:02:30 +0000
commit849d4bbc80ad3e5e2e786c12a6a69524217e9b4b (patch)
treeb27302d34fad4bdb5529120228d8b6d0b12030c8 /testsuites/sptests/sp31/task1.c
parent2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-849d4bbc80ad3e5e2e786c12a6a69524217e9b4b.tar.bz2
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp31/task1.c: Make Do_nothing static. * sprbtree01/init.c: Make test_compare_function, rb_assert static.
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
)