aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-22 01:58:06 +0000
committerRoland McGrath <roland@gnu.org>2003-02-22 01:58:06 +0000
commit2a3d906e217757e3cbb4f3c089a09a4cb9cb8f75 (patch)
tree967a444f29bb65b4c4b36b66f1b6a36c81b5359e /ChangeLog
parente8783fd53d5d673eab4500d2cac82601f2f802e0 (diff)
downloadglibc-2a3d906e217757e3cbb4f3c089a09a4cb9cb8f75.tar
glibc-2a3d906e217757e3cbb4f3c089a09a4cb9cb8f75.tar.gz
glibc-2a3d906e217757e3cbb4f3c089a09a4cb9cb8f75.tar.bz2
glibc-2a3d906e217757e3cbb4f3c089a09a4cb9cb8f75.zip
* malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
* sunrpc/rpc_thread.c: Likewise for text_set_element use. (__rpc_thread_destroy): Add it to __libc_subfreeres too. * include/resolv.h: Add libc_hidden_proto for __res_nclose. * resolv/res_init.c (__res_nclose): Add libc_hidden_def. (res_thread_freeres): New function, on __libc_thread_subfreeres and __libc_subfreeres. * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres. * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a10cc32201..bfc5e15e03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
2003-02-21 Roland McGrath <roland@redhat.com>
- * malloc/Versions (GLIBC_PRIVATE): Add __libc_thread_freeres.
+ * malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.
+ * sunrpc/rpc_thread.c: Likewise for text_set_element use.
+ (__rpc_thread_destroy): Add it to __libc_subfreeres too.
+
+ * include/resolv.h: Add libc_hidden_proto for __res_nclose.
+ * resolv/res_init.c (__res_nclose): Add libc_hidden_def.
+ (res_thread_freeres): New function, on __libc_thread_subfreeres and
+ __libc_subfreeres.
+
+ * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres.
* malloc/thread-freeres.c: New file.
* malloc/Makefile (aux): Add it.
- * sunrpc/Versions (GLIBC_PRIVATE): Removed.
+ * sunrpc/Versions (libc: 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.