summaryrefslogtreecommitdiff
path: root/gnu/allocator.c
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:30:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-16 14:30:05 +0000
commit3ba1963110e3e3bbc08a8c51b37034b3d4d44d3e (patch)
tree07940e83d515268898c125ab6ca3c43e482dfac5 /gnu/allocator.c
parentc0cc66c3d7b7bf2dab40d4d28a999b60ab70c608 (diff)
downloadtar-baserock/bootstrap-deprecated.tar.gz
add output of bootstrapbaserock/bootstrap-deprecated
alters .gitignores and removes bootstrap step from morph
Diffstat (limited to 'gnu/allocator.c')
-rw-r--r--gnu/allocator.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/allocator.c b/gnu/allocator.c
new file mode 100644
index 00000000..c512d4bb
--- /dev/null
+++ b/gnu/allocator.c
@@ -0,0 +1,7 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+#define _GL_USE_STDLIB_ALLOC 1
+#include <config.h>
+#include "allocator.h"
+#include <stdlib.h>
+struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };