From 05f0011fb0e5cb318c3bf12d078f3e3184d97e88 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 7 Sep 2017 14:28:36 +0000 Subject: Add SOL_TLS definition from Linux 4.13. This patch adds the new SOL_TLS constant from Linux 4.13 to the Linux bits/socket.h. Tested for x86_64. * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro. --- sysdeps/unix/sysv/linux/bits/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/bits/socket.h') diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index ec2bf8564f..a9d16e2bc8 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -163,6 +163,7 @@ typedef __socklen_t socklen_t; #define SOL_ALG 279 #define SOL_NFC 280 #define SOL_KCM 281 +#define SOL_TLS 282 /* Maximum queue length specifiable by listen. */ #define SOMAXCONN 128 -- cgit v1.2.3-70-g09d2