aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/linux/mallinfor.c
blob: a2ee627bc427c608f4ae682536703ffd60d4a897 (plain)
1
2
3
4
5
6
7
#include <malloc.h>

struct mallinfo
_mallinfo_r (struct _reent *ptr)
{
  return mallinfo ();
}