Dmitry V. Levin | 05a0af6 | 2016-01-20 00:17:02 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check decoding of readv and writev syscalls. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
Dmitry V. Levin | 5dde567 | 2016-03-30 00:16:24 +0000 | [diff] [blame] | 6 | run_strace_match_diff -a16 -eread=0 -ewrite=1 -e trace=readv,writev |