forked from Imagelibrary/rtems
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/startup/sbrk.c: Remove extraneous '}'.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shared/startup/sbrk.c: Remove extraneous '}'.
|
||||
|
||||
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/src/memcpy.c: New file.
|
||||
|
||||
@@ -121,7 +121,6 @@ uintptr_t bsp_sbrk_init(
|
||||
if ( rval > policy )
|
||||
rval = policy;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return rval;
|
||||
|
||||
Reference in New Issue
Block a user