diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-02-04 23:43:00 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-04 23:46:45 -0800 |
| commit | 16dd9dfe3ff1220642f91e19f8cc0f4815d035a1 (patch) | |
| tree | f1afd589bbfc7e1717fa9cd5a0f235a296a8b161 /meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch | |
| parent | ac8a6e43b949086018179cce2d91ea637faf0869 (diff) | |
| download | meta-openembedded-16dd9dfe3ff1220642f91e19f8cc0f4815d035a1.tar.gz | |
klibc: Upgrade to 2.0.8 release
Adjust klcc to work with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch index 0768f6d514..f096486d0b 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch | |||
| @@ -10,11 +10,9 @@ Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | |||
| 10 | usr/klibc/SYSCALLS.def | 1 + | 10 | usr/klibc/SYSCALLS.def | 1 + |
| 11 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
| 12 | 12 | ||
| 13 | diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def | ||
| 14 | index 6b3bf4c..d4184ba 100644 | ||
| 15 | --- a/usr/klibc/SYSCALLS.def | 13 | --- a/usr/klibc/SYSCALLS.def |
| 16 | +++ b/usr/klibc/SYSCALLS.def | 14 | +++ b/usr/klibc/SYSCALLS.def |
| 17 | @@ -274,6 +274,7 @@ int syslog::klogctl(int, char *, int); | 15 | @@ -275,6 +275,7 @@ int syslog::klogctl(int, char *, int); |
| 18 | int sysinfo(struct sysinfo *); | 16 | int sysinfo(struct sysinfo *); |
| 19 | long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long); | 17 | long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long); |
| 20 | <x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long); | 18 | <x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long); |
| @@ -22,6 +20,3 @@ index 6b3bf4c..d4184ba 100644 | |||
| 22 | 20 | ||
| 23 | /* | 21 | /* |
| 24 | * Low-level I/O (generally architecture-specific); | 22 | * Low-level I/O (generally architecture-specific); |
| 25 | -- | ||
| 26 | 2.7.4 | ||
| 27 | |||
