This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26-310-g05f0011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  05f0011fb0e5cb318c3bf12d078f3e3184d97e88 (commit)
      from  7c9c5be96f4598afb0d954189d3a908820c79a6a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=05f0011fb0e5cb318c3bf12d078f3e3184d97e88

commit 05f0011fb0e5cb318c3bf12d078f3e3184d97e88
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Sep 7 14:28:36 2017 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index 916b3d1..a63712b 100644
--- 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.
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h
index ec2bf85..a9d16e2 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |    4 ++++
 sysdeps/unix/sysv/linux/bits/socket.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]