libc/newlib/libc/sys/linux/mtrimr.c

8 lines
92 B
C

#include <stdlib.h>
void *
_malloc_trim_r (struct _reent *ptr, size_t pad)
{
return 0;
}