diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-10-03 21:01:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-10-03 21:01:42 +0000 |
commit | dad9a11a93c7be79ca8e0fae0c15bb28d7fb3b3e (patch) | |
tree | 403d052a7a0ad4d5201c837559aacf9618929288 /ChangeLog | |
parent | edbdf872aef70668badadb99df18a91c065b66d7 (diff) | |
download | glibc-dad9a11a93c7be79ca8e0fae0c15bb28d7fb3b3e.tar glibc-dad9a11a93c7be79ca8e0fae0c15bb28d7fb3b3e.tar.gz glibc-dad9a11a93c7be79ca8e0fae0c15bb28d7fb3b3e.tar.bz2 glibc-dad9a11a93c7be79ca8e0fae0c15bb28d7fb3b3e.zip |
Add TCP_REPAIR_WINDOW from Linux 4.8.
Linux 4.8 adds TCP_REPAIR_WINDOW to include/uapi/linux/tcp.h. This
patch adds it to sysdeps/gnu/netinet/tcp.h accordingly, along with
struct tcp_repair_window as requested in
<https://sourceware.org/ml/libc-alpha/2016-10/msg00019.html>.
Tested for x86_64 and x86 (testsuite, and that installed shared
libraries are unchanged by the patch).
* sysdeps/gnu/netinet/tcp.h (TCP_REPAIR_WINDOW): New macro.
(struct tcp_repair_window): New type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-10-03 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/gnu/netinet/tcp.h (TCP_REPAIR_WINDOW): New macro. + (struct tcp_repair_window): New type. + 2016-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org> * libio/tst-memstream3.c: Include string.h. |