We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f72963 commit 518405cCopy full SHA for 518405c
arch/arm/syscall.def
@@ -44,7 +44,7 @@ getsockopt 209 295 (int sockfd, int level, int optname, const void *optval, so
44
clone 220 120 (unsigned long flags, void *child_stack, void *parent_tid, void *child_tid)
45
exit 93 1 (unsigned long error_code)
46
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)
+waitid 95 280 (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
48
kill 129 37 (long pid, int sig)
49
fcntl 25 55 (int fd, int type, long arg)
50
flock 32 143 (int fd, unsigned long cmd)
0 commit comments