public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add IPV6_FREEBIND from Linux 4.15
@ 2018-02-01 18:17 Joseph Myers
  2018-02-06  0:33 ` Dmitry V. Levin
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2018-02-01 18:17 UTC (permalink / raw)
  To: libc-alpha

[Proposed for once the release changes for 2.27, and the post-release 
changes opening master for development for 2.28, have been committed.]

This patch adds the IPV6_FREEBIND macro from Linux 4.15 to
sysdeps/unix/sysv/linux/bits/in.h.

Tested for x86_64.

2018-02-01  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.

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

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Add IPV6_FREEBIND from Linux 4.15
  2018-02-01 18:17 Add IPV6_FREEBIND from Linux 4.15 Joseph Myers
@ 2018-02-06  0:33 ` Dmitry V. Levin
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry V. Levin @ 2018-02-06  0:33 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

On Thu, Feb 01, 2018 at 06:16:58PM +0000, Joseph Myers wrote:
> [Proposed for once the release changes for 2.27, and the post-release 
> changes opening master for development for 2.28, have been committed.]
> 
> This patch adds the IPV6_FREEBIND macro from Linux 4.15 to
> sysdeps/unix/sysv/linux/bits/in.h.
> 
> Tested for x86_64.
> 
> 2018-02-01  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* sysdeps/unix/sysv/linux/bits/in.h (IPV6_FREEBIND): New macro.
> 
> 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

I've double-checked that this change matches Linux 4.15 headers.


-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-06  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 18:17 Add IPV6_FREEBIND from Linux 4.15 Joseph Myers
2018-02-06  0:33 ` Dmitry V. Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).