diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-09 07:25:37 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-10 08:48:30 -0700 |
| commit | 8204ee52dea70f19e39f8f0affcb4e4edb203f8c (patch) | |
| tree | e52f38d6596a24cce29011a91c201318efd16563 /meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch | |
| parent | bc2b1482a0a79a6ff7a9211d9a06f3d637ab9e3d (diff) | |
| download | meta-openembedded-8204ee52dea70f19e39f8f0affcb4e4edb203f8c.tar.gz | |
klibc: Upgrade to 2.0.10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch index 04c97fc5ee..d58229681d 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch | |||
| @@ -15,14 +15,12 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 15 | usr/include/sys/sysinfo.h | 2 +- | 15 | usr/include/sys/sysinfo.h | 2 +- |
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 17 | 17 | ||
| 18 | diff --git a/usr/include/sys/sysinfo.h b/usr/include/sys/sysinfo.h | ||
| 19 | index dba68dc..d145c0b 100644 | ||
| 20 | --- a/usr/include/sys/sysinfo.h | 18 | --- a/usr/include/sys/sysinfo.h |
| 21 | +++ b/usr/include/sys/sysinfo.h | 19 | +++ b/usr/include/sys/sysinfo.h |
| 22 | @@ -5,7 +5,7 @@ | 20 | @@ -6,7 +6,7 @@ |
| 23 | #ifndef _SYS_SYSINFO_H | ||
| 24 | #define _SYS_SYSINFO_H | 21 | #define _SYS_SYSINFO_H |
| 25 | 22 | ||
| 23 | #include <sys/types.h> | ||
| 26 | -#include <linux/kernel.h> | 24 | -#include <linux/kernel.h> |
| 27 | +#include <linux/sysinfo.h> | 25 | +#include <linux/sysinfo.h> |
| 28 | 26 | ||
