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:
Ralf Corsepius
2011-12-06 15:45:06 +00:00
parent 39bcf257b9
commit e31173c13a
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
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>.
Include <rtems/pipe.h>.
* libmisc/stackchk/check.c: Make Stack_check_Initialize,

View File

@@ -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
)
{