Add SOL_TLS definition from Linux 4.13.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 7 Sep 2017 14:28:36 +0000 (14:28 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 7 Sep 2017 14:28:36 +0000 (14:28 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/bits/socket.h

index 916b3d1..a63712b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/bits/socket.h (SOL_TLS): New macro.
+
 2017-09-07  Mike FABIAN  <mfabian@redhat.com>
 
        * localedata/locales/om_ET (LC_TIME): use ASCII for better readability.
index ec2bf85..a9d16e2 100644 (file)
@@ -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