- Delete unused funciton realloc
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1776 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
26e32760f9
commit
624252450f
2 changed files with 0 additions and 18 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#include <stddef.h>
|
||||
|
||||
extern void *malloc(size_t size);
|
||||
extern void *realloc(void *mem, size_t size);
|
||||
void free(void *ptr);
|
||||
|
||||
/* Extensions to malloc... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue