summaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc/gmalloc-head.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-09-23 21:10:27 +0000
committercgd <cgd@NetBSD.org>1993-09-23 21:10:27 +0000
commit3560b76d3f84cb0ea9f5fe3311f110609d77240a (patch)
treed16f4bd7e5ba4513a6b38820d70e1c0199132c8f /gnu/lib/libmalloc/gmalloc-head.c
parent10c0a04cce1fe09818446413a5f6f1684ddb77c2 (diff)
add gnu malloc library. to use, -lgnumalloc (same style as -lgnuregex)
Diffstat (limited to 'gnu/lib/libmalloc/gmalloc-head.c')
-rw-r--r--gnu/lib/libmalloc/gmalloc-head.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libmalloc/gmalloc-head.c b/gnu/lib/libmalloc/gmalloc-head.c
new file mode 100644
index 00000000000..e5f82c3e0d1
--- /dev/null
+++ b/gnu/lib/libmalloc/gmalloc-head.c
@@ -0,0 +1,6 @@
+/* DO NOT EDIT THIS FILE -- it is automagically generated. -*- C -*- */
+
+#define _MALLOC_INTERNAL
+
+/* The malloc headers and source files from the C library follow here. */
+