diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-05-28 12:01:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-05-28 12:01:12 +0000 |
commit | c6df1ce3d57328bb14191c85dc4695ffc4bd3b6c (patch) | |
tree | b5ab9bdb9ba3fc2339aa8d0d41655b0dd2204ebe /ChangeLog | |
parent | 85188d8211698d1a255f0aec6529546db5c56de3 (diff) | |
download | glibc-c6df1ce3d57328bb14191c85dc4695ffc4bd3b6c.tar.gz glibc-c6df1ce3d57328bb14191c85dc4695ffc4bd3b6c.tar.xz glibc-c6df1ce3d57328bb14191c85dc4695ffc4bd3b6c.zip |
Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.
This patch adds the IGMP_MRDISC_ADV macro from Linux 5.1 to netinet/igmp.h. Tested for x86_64. * inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 53a3ae4ddb..674879840d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-05-28 Joseph Myers <joseph@codesourcery.com> + + * inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro. + 2019-05-27 Florian Weimer <fweimer@redhat.com> * nptl/nptl-init.c: Add comment. |