summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:45:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:45:06 +0000
commite31173c13a3af53cdee718b3553fd76f969d0349 (patch)
tree3b8abafed16eae6bb27e56c3ddd996e7b760aae2 /cpukit/rtems
parent2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e31173c13a3af53cdee718b3553fd76f969d0349.tar.bz2
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics static.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/src/ratemonperiod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/ratemonperiod.c b/cpukit/rtems/src/ratemonperiod.c
index 28a83d72a1..3c73fa659d 100644
--- a/cpukit/rtems/src/ratemonperiod.c
+++ b/cpukit/rtems/src/ratemonperiod.c
@@ -146,7 +146,7 @@ void _Rate_monotonic_Initiate_statistics(
_Scheduler_Release_job(the_period->owner, the_period->next_length);
}
-void _Rate_monotonic_Update_statistics(
+static void _Rate_monotonic_Update_statistics(
Rate_monotonic_Control *the_period
)
{