Skip to content

Commit 518405c

Browse files
avaginxemul
authored andcommitted
arm: fix syscall numbers for waitid
Signed-off-by: Andrey Vagin <[email protected]> Signed-off-by: Pavel Emelyanov <[email protected]>
1 parent 5f72963 commit 518405c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/syscall.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ getsockopt 209 295 (int sockfd, int level, int optname, const void *optval, so
4444
clone 220 120 (unsigned long flags, void *child_stack, void *parent_tid, void *child_tid)
4545
exit 93 1 (unsigned long error_code)
4646
wait4 260 114 (int pid, int *status, int options, struct rusage *ru)
47-
waitid 280 ! (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
47+
waitid 95 280 (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
4848
kill 129 37 (long pid, int sig)
4949
fcntl 25 55 (int fd, int type, long arg)
5050
flock 32 143 (int fd, unsigned long cmd)

0 commit comments

Comments
 (0)