forked from Imagelibrary/rtems
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics static.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* rtems/src/ratemonperiod.c: Make _Rate_monotonic_Update_statistics
|
||||||
|
static.
|
||||||
* libcsupport/src/pipe.c: Include <unistd.h>.
|
* libcsupport/src/pipe.c: Include <unistd.h>.
|
||||||
Include <rtems/pipe.h>.
|
Include <rtems/pipe.h>.
|
||||||
* libmisc/stackchk/check.c: Make Stack_check_Initialize,
|
* libmisc/stackchk/check.c: Make Stack_check_Initialize,
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ void _Rate_monotonic_Initiate_statistics(
|
|||||||
_Scheduler_Release_job(the_period->owner, the_period->next_length);
|
_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
|
Rate_monotonic_Control *the_period
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user