blob: 716ea0c1260f349cc45049617cd3358a60455cf1 [file] [log] [blame]
#include <stdlib.h>
void *
_pvalloc_r (struct _reent *ptr, size_t bytes)
{
return pvalloc (bytes);
}