]> granicus.if.org Git - strace/commit
Implement dumping of preadv and pwritev syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 31 Mar 2016 00:01:58 +0000 (00:01 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 31 Mar 2016 00:01:58 +0000 (00:01 +0000)
commit3f6ebceb50dab236027cb9a64148e12da3f43d9f
tree94e7b7bbf7166985649e9e5a9e40b4ccf310711e
parentc98ab8805b3876426c8d4359fa1c981c324923bf
Implement dumping of preadv and pwritev syscalls

* 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.
NEWS
syscall.c
tests/.gitignore
tests/Makefile.am
tests/preadv-pwritev.c [new file with mode: 0644]
tests/preadv-pwritev.test [new file with mode: 0755]