aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-09-01 13:45:49 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-09-01 13:45:49 +0000
commit5be255c28b24944b530bb8f91e6bde2e66992c2a (patch)
tree6d593c413198e6869d5f6aa453299651cadadccb /ChangeLog
parent3f512ca79fda7854da188df0585e71467119206e (diff)
downloadglibc-5be255c28b24944b530bb8f91e6bde2e66992c2a.zip
glibc-5be255c28b24944b530bb8f91e6bde2e66992c2a.tar.gz
glibc-5be255c28b24944b530bb8f91e6bde2e66992c2a.tar.bz2
Add more TCP_* values to netinet/tcp.h.
This patch adds move TCP_* values to sysdeps/gnu/netinet/tcp.h to bring it up to date with Linux 4.2. TCP_SAVE_SYN and TCP_SAVED_SYN are new in 4.2, TCP_NOTSENT_LOWAT and TCP_CC_INFO are older (Szabolcs previously noted in <https://sourceware.org/ml/libc-alpha/2015-06/msg00938.html> that this header was out of date in glibc). Tested for x86_64 (testsuite, and that installed stripped shared libraries are unchanged by the patch). * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro. (TCP_CC_INFO): Likewise. (TCP_SAVE_SYN): Likewise. (TCP_SAVED_SYN): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eafb44a..cb37c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-01 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
+ (TCP_CC_INFO): Likewise.
+ (TCP_SAVE_SYN): Likewise.
+ (TCP_SAVED_SYN): Likewise.
+
2015-08-31 Brett Neumeier <brett@neumeier.us>
[BZ #18870]