diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-09 05:45:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-09 05:45:42 +0000 |
commit | bb066545063246d6df186f5a5a61303c58c6547d (patch) | |
tree | f7b3928818760073ce5c6cf8bde9623cbc5a426c /ChangeLog | |
parent | 0f9c8b4841b0b2295fc20bc692526882f64056b0 (diff) | |
download | glibc-bb066545063246d6df186f5a5a61303c58c6547d.tar.gz |
* malloc/malloc.c (malloc_info): New function.cvs/fedora-glibc-20090409T1422
* malloc/malloc.h: Declare it.
* malloc/Versions: Export malloc_info for GLIBC_2.10.
* resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2009-04-08 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (malloc_info): New function. + * malloc/malloc.h: Declare it. + * malloc/Versions: Export malloc_info for GLIBC_2.10. + * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64 to avoid PLT slot. @@ -18,9 +22,8 @@ * sysdeps/unix/sysv/linux/kernel-features.h: Power also has preadv/pwritev in 2.6.30. - * resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp + * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp instead of __strcasecmp. - * resolv/nss_dns/dns-host.c (getanswer_r): Likewise. * string/stratcliff.c (do_test): Add memchr tests.. * wcsmbs/wcsatcliff.c (MEMCHR): Define. |