diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-11-15 18:41:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-11-15 18:41:32 +0000 |
commit | 78cde19f622cab74e3953c3d0139d51e1076108e (patch) | |
tree | 586d1dd536106fc4b7a5e700e716876cfe46e70e /ChangeLog | |
parent | fa680dc61455acdf8779d82c6f4bba5b48935c08 (diff) | |
download | glibc-78cde19f622cab74e3953c3d0139d51e1076108e.tar glibc-78cde19f622cab74e3953c3d0139d51e1076108e.tar.gz glibc-78cde19f622cab74e3953c3d0139d51e1076108e.tar.bz2 glibc-78cde19f622cab74e3953c3d0139d51e1076108e.zip |
Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.
This patch adds the new MSG_ZEROCOPY constant from Linux 4.14 to the
Linux bits/socket.h.
Tested for x86_64.
* sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum
constant and macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2017-11-15 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/bits/socket.h (MSG_ZEROCOPY): New enum + constant and macro. + * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_MISC] (MADV_WIPEONFORK): New macro. [__USE_MISC] (MADV_KEEPONFORK): Likewise. |