about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-02-21 18:18:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-02-21 18:18:24 +0000
commit72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3 (patch)
tree2385617bf9504d8f26f4d471f8a2151a0e49e110 /ChangeLog
parent2f78098e39e37699ca58699ec43850b8707cb6c3 (diff)
downloadglibc-72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3.tar.gz
glibc-72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3.tar.xz
glibc-72aaa20bbc3eefd9cb0ea7354761e08fa8516ba3.zip
Add IP_RECVFRAGSIZE from Linux 4.10.
Linux 4.10 adds a new IP_RECVFRAGSIZE macro to
include/uapi/linux/in.h.  This patch adds it to glibc's
sysdeps/unix/sysv/linux/bits/in.h.

Tested for x86_64.

	* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d901efcbab..a8f4ac76ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-21  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
+
 2017-02-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/fpu/libm-test-ulps: Update.