about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-08-03 12:13:16 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-08-03 12:13:16 +0000
commite7516580ecabdc09861b5e38cec25db91331c3bc (patch)
treec0797bef86f4110a1d155fc24eb59fd277fc4169 /ChangeLog
parentacaff9b658720e4c887f4e44e6f28962d6f372d3 (diff)
downloadglibc-e7516580ecabdc09861b5e38cec25db91331c3bc.tar.gz
glibc-e7516580ecabdc09861b5e38cec25db91331c3bc.tar.xz
glibc-e7516580ecabdc09861b5e38cec25db91331c3bc.zip
Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h.
This patch adds the new UDP_ENCAP_GTP0 and UDP_ENCAP_GTP1U from Linux
4.7 to sysdeps/gnu/netinet/udp.h.

Tested for x86_64 and x86 (testsuite, and that installed stripped
shared libraries are unchanged by the patch).

	* sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
	(UDP_ENCAP_GTP1U): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63673cfd32..d34d672860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
+	(UDP_ENCAP_GTP1U): Likewise.
+
 	* sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro.
 	(PF_MAX): Update value.
 	(AF_QIPCRTR): New macro.