Dmitry V. Levin | 80bd8e1 | 2016-07-18 10:20:06 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check decoding of msg_name* fields of struct msghdr array argument | ||||
4 | # of sendmmsg and recvmmsg syscalls. | ||||
5 | |||||
6 | . "${srcdir=.}/init.sh" | ||||
7 | run_strace_match_diff -a25 -e trace=sendmmsg,recvmmsg |