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