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:28:38 +0100 |
commit | 47698efc7c5f0ee307732004aef93e260fb20a03 (patch) | |
tree | 97aad2648821f498f0baa0c02461843fc31ba8cc | |
parent | d8f4c7794f15f7071ee8e621d7964cb4b4134630 (diff) | |
download | openembedded-core-47698efc7c5f0ee307732004aef93e260fb20a03.tar.gz openembedded-core-47698efc7c5f0ee307732004aef93e260fb20a03.tar.bz2 openembedded-core-47698efc7c5f0ee307732004aef93e260fb20a03.zip |
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.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 /* Definitions for if.h */ #ifndef __UAPI_DEF_IF_IFCONF -@@ -262,7 +253,7 @@ +@@ -262,6 +253,6 @@ #define __UAPI_DEF_XATTR 1 #endif -#endif /* __GLIBC__ */ +#endif /* __KERNEL__ */ - /* Definitions for if_ether.h */ - /* allow libcs like musl to deactivate this, glibc does not implement this. */ + #endif /* _UAPI_LIBC_COMPAT_H */ |