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.27.9000-29-g41376f8


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  41376f8c626612335649beaa71dc981f017350ad (commit)
      from  d28bf648976eb2e6d0bcc64a53f4ed1ebb59a40e (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=41376f8c626612335649beaa71dc981f017350ad

commit 41376f8c626612335649beaa71dc981f017350ad
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Feb 6 00:41:34 2018 +0000

    Add IPV6_FREEBIND from Linux 4.15.
    
    This patch adds the IPV6_FREEBIND macro from Linux 4.15 to
    sysdeps/unix/sysv/linux/bits/in.h.
    
    Tested for x86_64.
    
    	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.

diff --git a/ChangeLog b/ChangeLog
index f4e5ac9..e026e56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2018-02-06  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.
+
 	[BZ #14890]
 	* elf/elf.h (NT_PRFPREG): New macro.
 	(NT_S390_VXRS_LOW): Likewise.
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index fb64f1b..2c86102 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -228,6 +228,7 @@ struct in_pktinfo
 #define IPV6_TRANSPARENT	75
 #define IPV6_UNICAST_IF		76
 #define IPV6_RECVFRAGSIZE	77
+#define IPV6_FREEBIND		78
 
 /* Obsolete synonyms for the above.  */
 #if !__USE_KERNEL_IPV6_DEFS

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

Summary of changes:
 ChangeLog                         |    2 ++
 sysdeps/unix/sysv/linux/bits/in.h |    1 +
 2 files changed, 3 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]