diff options
Diffstat (limited to 'newlib/libc/stdlib/reallocr.c')
-rw-r--r-- | newlib/libc/stdlib/reallocr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/reallocr.c b/newlib/libc/stdlib/reallocr.c new file mode 100644 index 0000000..45c21d2 --- /dev/null +++ b/newlib/libc/stdlib/reallocr.c @@ -0,0 +1,2 @@ +#define DEFINE_REALLOC +#include "_mallocr.c" |