From bb066545063246d6df186f5a5a61303c58c6547d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Apr 2009 05:45:42 +0000 Subject: * malloc/malloc.c (malloc_info): New function. * malloc/malloc.h: Declare it. * malloc/Versions: Export malloc_info for GLIBC_2.10. * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp --- malloc/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'malloc/Versions') diff --git a/malloc/Versions b/malloc/Versions index 0c578f9..cf0b1e5 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; -- cgit v1.1