about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-01 17:35:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-01 17:35:46 -0700
commitb4744101f36021bf2dde713682abbd0cc6935168 (patch)
treebaacd3b9b8867513e3611b8b0ada122e0bdbe741 /ChangeLog
parent43b7dfd1b6cfd1b603e96270dc6a0b1758f81a13 (diff)
downloadglibc-b4744101f36021bf2dde713682abbd0cc6935168.tar.gz
glibc-b4744101f36021bf2dde713682abbd0cc6935168.tar.xz
glibc-b4744101f36021bf2dde713682abbd0cc6935168.zip
Hide internal __ifreq function [BZ #18822]
Hide internal __ifreq function to allow direct access within libc.so and
libc.a without using GOT nor PLT.

	[BZ #18822]
	* include/ifreq.h: New file.
	* sysdeps/generic/ifreq.h (__if_nextreq): Removed.
	(__ifreq): Likewise.
	* sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
	(__ifreq): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad10a7a135..7514e861dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #18822]
+	* include/ifreq.h: New file.
+	* sysdeps/generic/ifreq.h (__if_nextreq): Removed.
+	(__ifreq): Likewise.
+	* sysdeps/mach/hurd/ifreq.h (__if_nextreq): Removed.
+	(__ifreq): Likewise.
+
+2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #18822]
 	* include/idna.h: New file.
 	* inet/getnameinfo.c: Include <idna.h> instead of
 	<libidn/idna.h>.