From ef0e5f2f5c967a4a37b93e28eef6716c4dcda85d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 1 May 2017 15:11:33 +0000 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 593fc2f..9bcc4a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-05-01 Joseph Myers + * 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. -- cgit v1.1