OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [realloc.c] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 1... Line 1...
 
#ifdef MALLOC_PROVIDED
 
int _dummy_calloc = 1;
 
#else
/* realloc.c -- a wrapper for realloc_r.  */
/* realloc.c -- a wrapper for realloc_r.  */
 
 
#include <_ansi.h>
#include <_ansi.h>
#include <reent.h>
#include <reent.h>
#include <stdlib.h>
#include <stdlib.h>
Line 14... Line 17...
{
{
  return _realloc_r (_REENT, ap, nbytes);
  return _realloc_r (_REENT, ap, nbytes);
}
}
 
 
#endif
#endif
 
#endif /* MALLOC_PROVIDED */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.