Fixed bug #27105: "realloc() cannot replace mem_realloc()" by making mem_realloc static doing nothing when MEM_LIBC_MALLOC==1

This commit is contained in:
goldsimon
2009-07-28 17:18:46 +00:00
parent 730a938912
commit 7feb116bae
2 changed files with 8 additions and 1 deletions

View File

@@ -116,6 +116,9 @@ HISTORY
++ Bugfixes:
2009-07-28 Simon Goldschmidt
* mem.h: Fixed bug #27105: "realloc() cannot replace mem_realloc()"s
2009-07-27 Kieran Mansley
* api.h api_msg.h netdb.h sockets.h: add missing #include directives