diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-09-12 12:13:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-09-12 12:13:08 +0000 |
commit | 0bd72468030947254e7de183cac1014dac884475 (patch) | |
tree | 4cbaeb230d83c6073157eedef2cfb54f11830a3a /ChangeLog | |
parent | 920238e061af76ac99dd94c40a80b0c6d23f35d4 (diff) | |
download | glibc-0bd72468030947254e7de183cac1014dac884475.tar.gz glibc-0bd72468030947254e7de183cac1014dac884475.tar.xz glibc-0bd72468030947254e7de183cac1014dac884475.zip |
Add new Linux 3.16 constants to netinet/udp.h.
This patch adds the new constants UDP_NO_CHECK6_TX and UDP_NO_CHECK6_RX from Linux 3.16 to sysdeps/gnu/netinet/udp.h. (I believe the existing constants there are already Linux-specific, possibly with the intention that other OSes should adopt the same values if possible if adopting the features in question.) Tested on x86_64. * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro. (UDP_NO_CHECK6_RX): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fdcaca6ee4..b84d7097d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-12 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro. + (UDP_NO_CHECK6_RX): Likewise. + 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com> * sysdeps/posix/sysconf.c (__sysconf): Spell |