diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-18 23:52:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-18 23:52:51 +0000 |
commit | 6a00759b0ccfbde390331ac4908be92deeb4237b (patch) | |
tree | 5213835be17190b1cdd39053456a99eb551bac4a /ChangeLog | |
parent | ca343e73586cd05cb39e8fa884637d804558bf4c (diff) | |
download | glibc-6a00759b0ccfbde390331ac4908be92deeb4237b.zip glibc-6a00759b0ccfbde390331ac4908be92deeb4237b.tar.gz glibc-6a00759b0ccfbde390331ac4908be92deeb4237b.tar.bz2 |
Update.
* malloc/malloc.c (public_mALLINFo): Initialize malloc if it
hasn't happened yet.
Fix completely broken implementation. The second parameter is of
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ 2003-06-18 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (public_mALLINFo): Initialize malloc if it + hasn't happened yet. + * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump): - Fix completely broken impleentation. The second parameter is of + Fix completely broken implementation. The second parameter is of type struct ucontext*. * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Always |