diff options
| author | christos <christos@NetBSD.org> | 2016-01-13 22:02:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-13 22:02:48 +0000 |
| commit | 9b37697e44137d3fc86de0c03b7e0150fd80cfd2 (patch) | |
| tree | cae6111924238a74aed7f70aa6f4b852681263e2 /gnu/lib/libmalloc/README | |
| parent | 606d21dc1e77b63f960209b775f68b71802f6521 (diff) | |
libmalloc has moved to external
Diffstat (limited to 'gnu/lib/libmalloc/README')
| -rw-r--r-- | gnu/lib/libmalloc/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/lib/libmalloc/README b/gnu/lib/libmalloc/README deleted file mode 100644 index b5655c92820..00000000000 --- a/gnu/lib/libmalloc/README +++ /dev/null @@ -1,12 +0,0 @@ -This is the standalone distribution of GNU malloc. -GNU malloc is part of the GNU C Library, but is also distributed separately. - -If you find bugs in GNU malloc, send reports to bug-glibc@prep.ai.mit.edu. - -GNU malloc is free software. See the file COPYING.LIB for copying conditions. - -The makefile builds libmalloc.a and gmalloc.o. If you are using GNU malloc -to replace your system's existing malloc package, it is important to make -sure you get all GNU functions, not some of the GNU functions and some from -the system library. gmalloc.o has all the functions in one file, so using -that will make sure you don't accidentally mix the two malloc packages. |
