From a502812fd2f097fe0cf69ddc514685e601f0fd9b Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Fri, 22 Feb 2008 20:39:28 +0000 Subject: klibc: update to 1.5 remove old non-working versions * build shared klibc-utils * set CC="${TARGET_PREFIX}klcc" if you want to compile against klibc --- packages/klibc/files/klibc_kexecsyscall.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/klibc/files/klibc_kexecsyscall.patch (limited to 'packages/klibc/files/klibc_kexecsyscall.patch') diff --git a/packages/klibc/files/klibc_kexecsyscall.patch b/packages/klibc/files/klibc_kexecsyscall.patch new file mode 100644 index 0000000000..9b2dca4738 --- /dev/null +++ b/packages/klibc/files/klibc_kexecsyscall.patch @@ -0,0 +1,11 @@ +--- klibc-1.5/usr/klibc/SYSCALLS.def 2007-03-04 02:52:10.000000000 +0100 ++++ klibc.clean/usr/klibc/SYSCALLS.def 2008-02-22 17:12:23.663612084 +0100 +@@ -13,6 +13,8 @@ + #include + #include + #include ++#include ++long kexec_load(void *, unsigned long , struct kexec_segment *, unsigned long ); + + /* + * Process-related syscalls -- cgit v1.2.3