mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
826a04a188
commit
5ba7622e37
@@ -80,12 +80,11 @@ Index: linux-4.15/include/uapi/linux/libc-compat.h
|
|||||||
|
|
||||||
/* Definitions for if.h */
|
/* Definitions for if.h */
|
||||||
#ifndef __UAPI_DEF_IF_IFCONF
|
#ifndef __UAPI_DEF_IF_IFCONF
|
||||||
@@ -262,7 +253,7 @@
|
@@ -262,6 +253,6 @@
|
||||||
#define __UAPI_DEF_XATTR 1
|
#define __UAPI_DEF_XATTR 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#endif /* __GLIBC__ */
|
-#endif /* __GLIBC__ */
|
||||||
+#endif /* __KERNEL__ */
|
+#endif /* __KERNEL__ */
|
||||||
|
|
||||||
/* Definitions for if_ether.h */
|
#endif /* _UAPI_LIBC_COMPAT_H */
|
||||||
/* allow libcs like musl to deactivate this, glibc does not implement this. */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user