[CRIU] [PATCH 15/20] ARM: fixed the kcmp syscall number on ARM.
alekskartashov at parallels.com
alekskartashov at parallels.com
Wed Dec 12 08:34:25 EST 2012
From: Alexander Kartashov <alekskartashov at parallels.com>
Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
---
arch/arm/syscall.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
index 9e397a8..2849917 100644
--- a/arch/arm/syscall.def
+++ b/arch/arm/syscall.def
@@ -71,4 +71,4 @@ set_robust_list 273 338 (struct robust_list_head *head, size_t len)
get_robust_list 274 339 (int pid, struct robust_list_head **head_ptr, size_t *len_ptr)
open_by_handle_at 304 371 (int mountdirfd, struct file_handle *handle, int flags)
setns 308 375 (int fd, int nstype)
-kcmp 312 7 (pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2)
+kcmp 312 378 (pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2)
--
1.7.9.5
More information about the CRIU
mailing list