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