diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-03-28 15:43:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-30 00:31:18 +0100 |
commit | 5ba7622e379180c7c78aadac3a067d5a788367ca (patch) | |
tree | eff30c5188e71ac61b87252862881112e611aaa0 /meta/recipes-kernel/linux-libc-headers | |
parent | 826a04a1884f6c7acc82ef1cf6935710711e67b5 (diff) | |
download | poky-5ba7622e379180c7c78aadac3a067d5a788367ca.tar.gz |
linux-libc-headers: refresh 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch
It's only applied with musl and so was missed in the big batch.
(From OE-Core rev: 47698efc7c5f0ee307732004aef93e260fb20a03)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch index a3fa59001d..064a39193d 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch | |||
@@ -80,12 +80,11 @@ Index: linux-4.15/include/uapi/linux/libc-compat.h | |||
80 | 80 | ||
81 | /* Definitions for if.h */ | 81 | /* Definitions for if.h */ |
82 | #ifndef __UAPI_DEF_IF_IFCONF | 82 | #ifndef __UAPI_DEF_IF_IFCONF |
83 | @@ -262,7 +253,7 @@ | 83 | @@ -262,6 +253,6 @@ |
84 | #define __UAPI_DEF_XATTR 1 | 84 | #define __UAPI_DEF_XATTR 1 |
85 | #endif | 85 | #endif |
86 | 86 | ||
87 | -#endif /* __GLIBC__ */ | 87 | -#endif /* __GLIBC__ */ |
88 | +#endif /* __KERNEL__ */ | 88 | +#endif /* __KERNEL__ */ |
89 | 89 | ||
90 | /* Definitions for if_ether.h */ | 90 | #endif /* _UAPI_LIBC_COMPAT_H */ |
91 | /* allow libcs like musl to deactivate this, glibc does not implement this. */ | ||