blob: 020b97e95424ef3cc2e9c958699e1489a46537ff [file] [log] [blame]
#!/bin/sh
# Check how pread/pwrite and preadv/pwritev syscalls are traced.
. "${srcdir=.}/init.sh"
run_prog
run_strace -edesc $args
match_grep
exit 0