Changeset b2951e2 in mainline for libc/generic/as.c
- Timestamp:
- 2006-06-07T19:27:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3d1e11
- Parents:
- f951077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/as.c
rf951077 rb2951e2 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup libc 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 79 85 /** Sbrk emulation 80 86 * 81 * @param sizeNew area that should be allocated or negative,87 * @param incr New area that should be allocated or negative, 82 88 if it should be shrinked 83 89 * @return Pointer to newly allocated area … … 141 147 return res; 142 148 } 149 150 151 /** @} 152 */ 153 154
Note:
See TracChangeset
for help on using the changeset viewer.