Compiles with ZDS-II

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-01-09 22:53:52 +00:00
parent 83f36eac7d
commit e881da738c
14 changed files with 204 additions and 174 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ FAR void *realloc(FAR void *oldmem, size_t size)
newnode->preceding = prev->size | MM_ALLOC_BIT;
next->preceding = newnode->size | (next->preceding & MM_ALLOC_BIT);
/* Return the previous free node to the nodelist (with the new size) */
/* Return the previous free node to the nodelist (with the new size) */
mm_addfreechunk(prev);