]> git.gag.com Git - debian/tar/blob - gnu/allocator.c
Import Debian changes 1.29b-1.1
[debian/tar] / gnu / allocator.c
1 #define _GL_USE_STDLIB_ALLOC 1
2 #include <config.h>
3 #include "allocator.h"
4 #include <stdlib.h>
5 struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };