blob: 9d1705f822ea86230dee22a3a82eb8ed95e54093 [file] [log] [blame]
Dmitry V. Levincde9ef72015-07-15 01:50:27 +00001#!/bin/sh
2
3# Check wait4 and waitid syscalls decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -v -e wait4,waitid $args
9match_grep
10
11exit 0