diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-02-22 20:46:27 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-02-22 20:46:27 +0000 |
commit | 1dec00a7e52008400bdfc8034f6298f2578cb637 (patch) | |
tree | 50ffaf0d546503e1991ebaa118243ed7310e68eb /packages/klibc/files/klibc_kexecsyscall.patch | |
parent | f491dfaa97dbcbfdd0f14c6372f5941055167b3b (diff) | |
parent | 9e8d9da364854e9921769c33b0eb57dac923d002 (diff) |
merge of '808beacef20f045331c5d32c4a877b9010fe989a'
and 'f51d223df158f1cff524858100f483e0d4918266'
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 |