diff options
Diffstat (limited to 'include/uapi/linux/libc-compat.h')
-rw-r--r-- | include/uapi/linux/libc-compat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h index e28807ad17fa..fa673e9cc040 100644 --- a/include/uapi/linux/libc-compat.h +++ b/include/uapi/linux/libc-compat.h | |||
@@ -70,6 +70,8 @@ | |||
70 | #define __UAPI_DEF_IPV6_MREQ 0 | 70 | #define __UAPI_DEF_IPV6_MREQ 0 |
71 | #define __UAPI_DEF_IPPROTO_V6 0 | 71 | #define __UAPI_DEF_IPPROTO_V6 0 |
72 | #define __UAPI_DEF_IPV6_OPTIONS 0 | 72 | #define __UAPI_DEF_IPV6_OPTIONS 0 |
73 | #define __UAPI_DEF_IN6_PKTINFO 0 | ||
74 | #define __UAPI_DEF_IP6_MTUINFO 0 | ||
73 | 75 | ||
74 | #else | 76 | #else |
75 | 77 | ||
@@ -84,6 +86,8 @@ | |||
84 | #define __UAPI_DEF_IPV6_MREQ 1 | 86 | #define __UAPI_DEF_IPV6_MREQ 1 |
85 | #define __UAPI_DEF_IPPROTO_V6 1 | 87 | #define __UAPI_DEF_IPPROTO_V6 1 |
86 | #define __UAPI_DEF_IPV6_OPTIONS 1 | 88 | #define __UAPI_DEF_IPV6_OPTIONS 1 |
89 | #define __UAPI_DEF_IN6_PKTINFO 1 | ||
90 | #define __UAPI_DEF_IP6_MTUINFO 1 | ||
87 | 91 | ||
88 | #endif /* _NETINET_IN_H */ | 92 | #endif /* _NETINET_IN_H */ |
89 | 93 | ||
@@ -106,6 +110,8 @@ | |||
106 | #define __UAPI_DEF_IPV6_MREQ 1 | 110 | #define __UAPI_DEF_IPV6_MREQ 1 |
107 | #define __UAPI_DEF_IPPROTO_V6 1 | 111 | #define __UAPI_DEF_IPPROTO_V6 1 |
108 | #define __UAPI_DEF_IPV6_OPTIONS 1 | 112 | #define __UAPI_DEF_IPV6_OPTIONS 1 |
113 | #define __UAPI_DEF_IN6_PKTINFO 1 | ||
114 | #define __UAPI_DEF_IP6_MTUINFO 1 | ||
109 | 115 | ||
110 | /* Definitions for xattr.h */ | 116 | /* Definitions for xattr.h */ |
111 | #define __UAPI_DEF_XATTR 1 | 117 | #define __UAPI_DEF_XATTR 1 |