diff options
author | phk <phk@FreeBSD.org> | 1996-02-11 18:15:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-02-11 18:15:10 +0000 |
commit | 6954927bf885474250f9dd2e29d396d9a823b65e (patch) | |
tree | 3dcbd7f46d5cd4996aeaaf1b334392c9871ec69b /gnu/lib/libmalloc/gmalloc-head.c | |
parent | 76962777f49d30ddfb54fae360af67d41345f1ad (diff) | |
download | FreeBSD-src-6954927bf885474250f9dd2e29d396d9a823b65e.zip FreeBSD-src-6954927bf885474250f9dd2e29d396d9a823b65e.tar.gz |
Remove libgnumalloc.
Diffstat (limited to 'gnu/lib/libmalloc/gmalloc-head.c')
-rw-r--r-- | gnu/lib/libmalloc/gmalloc-head.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/lib/libmalloc/gmalloc-head.c b/gnu/lib/libmalloc/gmalloc-head.c deleted file mode 100644 index e5f82c3..0000000 --- a/gnu/lib/libmalloc/gmalloc-head.c +++ /dev/null @@ -1,6 +0,0 @@ -/* 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. */ - |