From e31173c13a3af53cdee718b3553fd76f969d0349 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Dec 2011 15:45:06 +0000 Subject: =?UTF-8?q?2011-12-06=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics static. --- cpukit/ChangeLog | 2 ++ cpukit/rtems/src/ratemonperiod.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index aed169834c..e8e079e3d0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-06 Ralf Corsépius + * rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics + static. * libcsupport/src/pipe.c: Include . Include . * libmisc/stackchk/check.c: Make Stack_check_Initialize, 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 ) { -- cgit v1.2.3