12 lines
154 B
Bash
Executable File
12 lines
154 B
Bash
Executable File
#!/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
|