[CRIU] [PATCH] arm: fix syscall numbers for waitid

Tycho Andersen tycho.andersen at canonical.com
Thu Jul 23 10:06:36 PDT 2015


On Thu, Jul 23, 2015 at 07:42:16PM +0300, Andrey Vagin wrote:
> 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)

Just for future reference, which files are you pulling these from?

Thanks,

Tycho

>  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
> 
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu


More information about the CRIU mailing list