2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>

* malloc04/init.c: Define p1, p2, p3, p4 extern (Avoid warnings).
This commit is contained in:
Ralf Corsepius
2011-10-22 04:18:39 +00:00
parent 5dd62f06af
commit f27d2f8cb9
2 changed files with 6 additions and 1 deletions

View File

@@ -62,11 +62,12 @@ void * sbrk(ptrdiff_t incr)
return p;
}
void *p1, *p2, *p3, *p4;
rtems_task Init(
rtems_task_argument argument
)
{
void *p1, *p2, *p3, *p4;
Heap_Control *TempHeap;
sbrk_count = 0;