Displaying 1 result from an estimated 1 matches for "jay4mail".
Did you mean:
javamail
2011 Jul 26
0
[PATCH] add support for kexec_load()
With some hacks kexec-tools can compile against klibc.
On the klibc side only this syscall addition is missing.
The patch has been carried in OpenEmbedded klibc for some time.
Signed-off-by: Thomas Kunze <thommycheck at gmx.de>
Signed-off-by: Yuri Bushmelev <jay4mail at gmail.com>
Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
Signed-off-by: maximilian attems <max at stro.at>
---
usr/klibc/SYSCALLS.def | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index d3279c7.....