about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-01-01 02:03:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-01-01 02:03:24 +0000
commit6ef3d2255864c7dbfa74e1ed7fc09e3acea42ca3 (patch)
treeb56357081273e1cf99ce67b9a040d9b47ca0f91e /ChangeLog
parente3d4e292f5c1be71a8a62b9eda95829c038338a2 (diff)
downloadglibc-6ef3d2255864c7dbfa74e1ed7fc09e3acea42ca3.tar.gz
glibc-6ef3d2255864c7dbfa74e1ed7fc09e3acea42ca3.tar.xz
glibc-6ef3d2255864c7dbfa74e1ed7fc09e3acea42ca3.zip
Add IPV6_MULTICAST_ALL from Linux 4.20 to bits/in.h.
This patch adds the IPV6_MULTICAST_ALL constant from Linux 4.20 to
bits/in.h.

Tested for x86_64.

	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
	macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97d2072042..44e1348738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-01-01  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_MULTICAST_ALL): New
+	macro.
+
 	* sysdeps/unix/sysv/linux/netpacket/packet.h
 	(PACKET_IGNORE_OUTGOING): New macro.