Masatake YAMATO | 993198d | 2014-11-07 01:23:27 +0900 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check how iovecs in struct mmsghdr are decoded. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
Dmitry V. Levin | 5dde567 | 2016-03-30 00:16:24 +0000 | [diff] [blame] | 6 | run_strace_match_diff -e trace=recvmmsg,sendmmsg -e read=0 -e write=1 |