[CRIU] [PATCH 06/10] syscalls -- Add sys_sigaltstack

Cyrill Gorcunov gorcunov at openvz.org
Thu Jul 4 02:04:18 EDT 2013


Will need it to retrieve signal stack parameters.
Note for simplicty I declared the syscall having
void * arguments, while libc has it as stack_t *.
This need to be cleaned up one day (because
we use similar structure for sigframe definition
and need to merge both definitions down).

ARM syscall def from alekskartashov@

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
---
 arch/arm/syscall.def        | 1 +
 arch/x86/syscall-x86-64.def | 1 +
 2 files changed, 2 insertions(+)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-syscalls-Add-sys_sigaltstack.patch
Type: text/x-patch
Size: 1420 bytes
Desc: not available
URL: <http://lists.openvz.org/pipermail/criu/attachments/20130704/83c73b39/attachment.bin>


More information about the CRIU mailing list