summaryrefslogtreecommitdiff
path: root/gnulib/lib/allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/lib/allocator.c')
m---------gnulib0
-rw-r--r--gnulib/lib/allocator.c5
2 files changed, 5 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/lib/allocator.c b/gnulib/lib/allocator.c
new file mode 100644
index 0000000..2c1a3da
--- /dev/null
+++ b/gnulib/lib/allocator.c
@@ -0,0 +1,5 @@
+#define _GL_USE_STDLIB_ALLOC 1
+#include <config.h>
+#include "allocator.h"
+#include <stdlib.h>
+struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };