From e8783fd53d5d673eab4500d2cac82601f2f802e0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 22 Feb 2003 00:55:36 +0000 Subject: * malloc/Versions (GLIBC_PRIVATE): Add __libc_thread_freeres. * malloc/thread-freeres.c: New file. * malloc/Makefile (aux): Add it. * sunrpc/Versions (GLIBC_PRIVATE): Removed. * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set. * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix. 2003-02-21 Roland McGrath * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open. * iconvdata/Makefile (tests): Add bug-iconv3 only if [$(have-thread-library) = yes]. --- malloc/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'malloc/Versions') diff --git a/malloc/Versions b/malloc/Versions index bef99d31dc..0c578f95b6 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -58,5 +58,8 @@ libc { GLIBC_PRIVATE { # Internal startup hook for libpthread. __libc_malloc_pthread_startup; + + # Internal destructor hook for libpthread. + __libc_thread_freeres; } } -- cgit v1.2.3