diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-02-06 00:41:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-02-06 00:41:34 +0000 |
commit | 41376f8c626612335649beaa71dc981f017350ad (patch) | |
tree | 0649c2eb9b04d26fdd3cbbc9344ce0a11cd4fcea /sysdeps/unix/sysv/linux/bits/in.h | |
parent | d28bf648976eb2e6d0bcc64a53f4ed1ebb59a40e (diff) | |
download | glibc-41376f8c626612335649beaa71dc981f017350ad.tar.gz glibc-41376f8c626612335649beaa71dc981f017350ad.tar.xz glibc-41376f8c626612335649beaa71dc981f017350ad.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/in.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index fb64f1bb3a..2c86102629 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 |