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 /malloc/Versions | |
parent | 0f9c8b4841b0b2295fc20bc692526882f64056b0 (diff) | |
download | glibc-bb066545063246d6df186f5a5a61303c58c6547d.tar glibc-bb066545063246d6df186f5a5a61303c58c6547d.tar.gz glibc-bb066545063246d6df186f5a5a61303c58c6547d.tar.bz2 glibc-bb066545063246d6df186f5a5a61303c58c6547d.zip |
* 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 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index 0c578f95b6..cf0b1e559a 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -55,6 +55,9 @@ libc { # p* posix_memalign; } + GLIBC_2.10 { + malloc_info; + } GLIBC_PRIVATE { # Internal startup hook for libpthread. __libc_malloc_pthread_startup; |