Retro68/gcc/newlib/libc/sys/linux/mallstatsr.c
Wolfgang Thaller ec13cc9ce7 fix newlib
2018-12-29 09:59:36 +01:00

8 lines
86 B
C

#include <stdlib.h>
void
_malloc_stats_r (struct _reent *ptr)
{
malloc_stats ();
}