[CRIU] [PATCH 3/8] arm: syscalls -- Add sys_sigaltstack

Cyrill Gorcunov gorcunov at openvz.org
Mon Jun 17 12:47:43 EDT 2013


From: Alexander Kartashov <alekskartashov at parallels.com>

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

diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
index 39b578e..32fc339 100644
--- a/arch/arm/syscall.def
+++ b/arch/arm/syscall.def
@@ -63,6 +63,7 @@ capset				126	185	(struct cap_header *h, struct cap_data *d)
 rt_sigqueueinfo			129     178	(pid_t pid, int sig, siginfo_t *info)
 setpriority			141	97	(int which, int who, int nice)
 sched_setscheduler		144	156	(int pid, int policy, struct sched_param *p)
+sigaltstack			131	186	(const void *uss, void *uoss)
 personality			135	136	(unsigned int personality)
 prctl				157	172	(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5)
 arch_prctl			158	17	(int option, unsigned long addr)
-- 
1.8.1.4



More information about the CRIU mailing list