Dmitry V. Levin
3f6ebceb50
* syscall.c (dumpio): Add SEN_preadv and SEN_pwritev. * NEWS: Mention this. * tests/preadv-pwritev.c: New file. * tests/preadv-pwritev.test: New test. * tests/.gitignore: Add preadv-pwritev. * tests/Makefile.am (check_PROGRAMS): Likewise. (preadv_pwritev_CPPFLAGS): New variable. (DECODER_TESTS): Add preadv-pwritev.
7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding and dumping of preadv and pwritev syscalls.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a19 -eread=0 -ewrite=1 -e trace=preadv,pwritev
|