mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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.
This commit is contained in:
parent
d28bf64897
commit
41376f8c62
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user