[CRIU] [PATCH] arm: fix syscall numbers for waitid
Andrey Vagin
avagin at openvz.org
Thu Jul 23 09:42:16 PDT 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
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 55f444f..13030f9 100644
--- a/arch/arm/syscall.def
+++ b/arch/arm/syscall.def
@@ -44,7 +44,7 @@ getsockopt 209 295 (int sockfd, int level, int optname, const void *optval, so
clone 220 120 (unsigned long flags, void *child_stack, void *parent_tid, void *child_tid)
exit 93 1 (unsigned long error_code)
wait4 260 114 (int pid, int *status, int options, struct rusage *ru)
-waitid 280 ! (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
+waitid 95 280 (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
kill 129 37 (long pid, int sig)
fcntl 25 55 (int fd, int type, long arg)
flock 32 143 (int fd, unsigned long cmd)
--
2.1.0
More information about the CRIU
mailing list