diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-05-01 15:11:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-05-01 15:11:33 +0000 |
commit | ef0e5f2f5c967a4a37b93e28eef6716c4dcda85d (patch) | |
tree | 2464dfafc1beccbd7fd675c1a8b3a339153d50a8 /ChangeLog | |
parent | 3e4df7ef132b347859a64d5231aa40cf857f0a35 (diff) | |
download | glibc-ef0e5f2f5c967a4a37b93e28eef6716c4dcda85d.zip glibc-ef0e5f2f5c967a4a37b93e28eef6716c4dcda85d.tar.gz glibc-ef0e5f2f5c967a4a37b93e28eef6716c4dcda85d.tar.bz2 |
Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.
This patch adds the PF_SMC / AF_SMC macros from Linux 4.11 to
sysdeps/unix/sysv/linux/bits/socket.h.
Tested for x86_64.
* sysdeps/unix/sysv/linux/bits/socket.h (PF_SMC): New macro.
(PF_MAX): Set to 44.
(AF_SMC): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2017-05-01 Joseph Myers <joseph@codesourcery.com> + * sysdeps/unix/sysv/linux/bits/socket.h (PF_SMC): New macro. + (PF_MAX): Set to 44. + (AF_SMC): New macro. + * scripts/build-many-glibcs.py (Context.checkout): Default Linux kernel version to 4.11. |