diff options
Diffstat (limited to 'gnu/lib/libmalloc/gmalloc-head.c')
-rw-r--r-- | gnu/lib/libmalloc/gmalloc-head.c | 6 |
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 0000000..e5f82c3 --- /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. */ + |