diff options
author | Roland McGrath <roland@gnu.org> | 2002-02-07 05:30:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-02-07 05:30:48 +0000 |
commit | a9177ff526dafcb033d8fb592212b83a52934575 (patch) | |
tree | ab9c1ce47b0354f80c218d77b47b63ff03ffe487 /ChangeLog | |
parent | 48a5e01019cd75b1a9f01773d583e0f0f923aa42 (diff) | |
download | glibc-a9177ff526dafcb033d8fb592212b83a52934575.tar.gz glibc-a9177ff526dafcb033d8fb592212b83a52934575.tar.xz glibc-a9177ff526dafcb033d8fb592212b83a52934575.zip |
* malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
* malloc/malloc.c [! HAVE_MREMAP]: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 043339b8ed..2e93c78162 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-02-06 Roland McGrath <roland@frob.com> + * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls. + * malloc/malloc.c [! HAVE_MREMAP]: Likewise. + * scripts/versions.awk: Improve error message for missing version. Each version inherits from the last one only if they have the same nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y |