blob: 873c1b0e53589b7c53472736993a97025d910c99 [file] [log] [blame]
#include <stdlib.h>
void *
_realloc_r (struct _reent *ptr, void *old, size_t newlen)
{
return realloc (old, newlen);
}