summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-27 11:04:46 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-27 11:04:46 -0700
commitfb431262c12a8e2630225518300a4e1e0c4e918b (patch)
tree4b91f8e7d6246a1a6680500add0c4075b8f018ea /ChangeLog
parentbd81123a8ba99ac30bcf227be5103cf2863e27cb (diff)
downloadglibc-fb431262c12a8e2630225518300a4e1e0c4e918b.tar.gz
glibc-fb431262c12a8e2630225518300a4e1e0c4e918b.tar.xz
glibc-fb431262c12a8e2630225518300a4e1e0c4e918b.zip
Clean up _res declaration to use __thread unconditionally.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e73a301361..d5fc59bd79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-08-27  Roland McGrath  <roland@hack.frob.com>
 
+	* include/resolv.h [_RESOLV_H_]:
+	Don't include <tls.h>.
+	(__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
+	* resolv/res_libc.c: Don't include <tls.h>.
+	(_res): Use __attribute__ ((nocommon)) in place of
+	__attribute__ ((section (".bss"))).
+
 	* Makefile ($(common-objpfx)linkobj/libc_pic.a):
 	If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.