summaryrefslogtreecommitdiff
path: root/include/sys/socket.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-11-26 22:34:31 +0000
committerRich Felker <dalias@aerifal.cx>2018-02-22 18:45:19 -0500
commit404097a4ef4e5e776d6f7bf16e319e69e880469c (patch)
treeeeb5e439eaf526d51f130f34c89c4c2eae5ebda9 /include/sys/socket.h
parent709bbf51758a23e5c85b9247fe2b2a558ed31bbb (diff)
downloadmusl-404097a4ef4e5e776d6f7bf16e319e69e880469c.tar.gz
sys/socket.h: add SOL_TLS from linux v4.13
socket option for kernel TLS support new in linux commit 3c4d7559159bfe1e3b94df3a657b2cda3a34e218
Diffstat (limited to 'include/sys/socket.h')
-rw-r--r--include/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 396a47ad..26d16bdf 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -263,6 +263,7 @@ struct linger {
#define SOL_ALG 279
#define SOL_NFC 280
#define SOL_KCM 281
+#define SOL_TLS 282
#define SOMAXCONN 128