diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-07 05:50:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-07 05:50:55 +0000 |
commit | ad5468d69f77b6b3db1d48bfe5799ec8ac61581a (patch) | |
tree | 162a08b0148dd34563c4cba0dcc13b9484dbe41f /ChangeLog | |
parent | 2b31830acf326389c996bd6b0dd47b4d44e821cd (diff) | |
download | glibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.tar glibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.tar.gz glibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.tar.bz2 glibc-ad5468d69f77b6b3db1d48bfe5799ec8ac61581a.zip |
Update.
* elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly
taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-01-06 Ulrich Drepper <drepper@redhat.com> + * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly + taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl. + * malloc/malloc.c: Makr all _int_* functions as static. 2003-01-06 Jakub Jelinek <jakub@redhat.com> |