blob: 9d1705f822ea86230dee22a3a82eb8ed95e54093 [file] [log] [blame]
#!/bin/sh
# Check wait4 and waitid syscalls decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -v -e wait4,waitid $args
match_grep
exit 0