summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-27 11:09:33 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-27 11:09:33 -0700
commit7f9d00341057eb80b43fa83956b8d7798b4dabea (patch)
tree312a5cfe421486461694b8773dcf19995a77da5b /ChangeLog
parentfb431262c12a8e2630225518300a4e1e0c4e918b (diff)
downloadglibc-7f9d00341057eb80b43fa83956b8d7798b4dabea.tar.gz
glibc-7f9d00341057eb80b43fa83956b8d7798b4dabea.tar.xz
glibc-7f9d00341057eb80b43fa83956b8d7798b4dabea.zip
Clean up h_errno declaration to use __thread unconditionally.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5fc59bd79..59886cc856 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-08-27  Roland McGrath  <roland@hack.frob.com>
 
+	* include/netdb.h [!_ISOMAC]:
+	Don't include <tls.h>.
+	(h_errno, __libc_h_errno): Move declaration and macros out of
+	[_LIBC_REENTRANT].
+
 	* include/resolv.h [_RESOLV_H_]:
 	Don't include <tls.h>.
 	(__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].