diff options
| author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-22 20:39:28 +0000 |
|---|---|---|
| committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-22 20:39:28 +0000 |
| commit | a502812fd2f097fe0cf69ddc514685e601f0fd9b (patch) | |
| tree | db5c290449e049a1b78fddb67c2e009cf49cb5d3 /packages/klibc/files/klibc_kexecsyscall.patch | |
| parent | 63abf4b57db58cbfb1b1d652f80ce2f81f524fbd (diff) | |
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
Diffstat (limited to 'packages/klibc/files/klibc_kexecsyscall.patch')
| -rw-r--r-- | packages/klibc/files/klibc_kexecsyscall.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 <asm/unistd.h> + #include <klibc/sysconfig.h> + #include <bitsize.h> ++#include <asm/kexec.h> ++long kexec_load(void *, unsigned long , struct kexec_segment *, unsigned long ); + + /* + * Process-related syscalls |
