diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-30 08:11:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-30 08:11:33 +0000 |
commit | f773ff644a0d28c44ba41fd4dab95cb9ab7b862f (patch) | |
tree | 096f3dfd9e40b56371db1f520de1d73d6339d5af | |
parent | d3290b09fb926897995def06733b22d468cc84eb (diff) | |
download | glibc-f773ff644a0d28c44ba41fd4dab95cb9ab7b862f.tar glibc-f773ff644a0d28c44ba41fd4dab95cb9ab7b862f.tar.gz glibc-f773ff644a0d28c44ba41fd4dab95cb9ab7b862f.tar.bz2 glibc-f773ff644a0d28c44ba41fd4dab95cb9ab7b862f.zip |
Update.
2003-04-30 Ulrich Drepper <drepper@redhat.com>
* malloc/malloc.c (mEMALIGn): Define alias __memalign_internal.
(__posix_memalign): Use __memalign_internal instead of memalign.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ +2003-04-30 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (mEMALIGn): Define alias __memalign_internal. + (__posix_memalign): Use __memalign_internal instead of memalign. + 2003-04-29 Roland McGrath <roland@redhat.com> * configure.in: Search for AUTOCONF unconditionally. Just don't complain about missing it under --without-cvs. - * configure: Regenerated. * include/libc-symbols.h (__symbol_set_attribute): New macro, give hidden for [SHARED] and weak for [! SHARED]. |