Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mtrimr.c « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b2fbf3671cecd5e13bfcfd923f92a2d6ac275a6 (plain)
1
2
3
4
5
6
7
#include <stdlib.h>

void *
_malloc_trim_r (struct _reent *ptr, size_t pad)
{
  return 0;
}