Commit 518405cc authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

arm: fix syscall numbers for waitid

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5f729636
...@@ -44,7 +44,7 @@ getsockopt 209 295 (int sockfd, int level, int optname, const void *optval, so ...@@ -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) clone 220 120 (unsigned long flags, void *child_stack, void *parent_tid, void *child_tid)
exit 93 1 (unsigned long error_code) exit 93 1 (unsigned long error_code)
wait4 260 114 (int pid, int *status, int options, struct rusage *ru) 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) kill 129 37 (long pid, int sig)
fcntl 25 55 (int fd, int type, long arg) fcntl 25 55 (int fd, int type, long arg)
flock 32 143 (int fd, unsigned long cmd) flock 32 143 (int fd, unsigned long cmd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment