1 #!/bin/sh 2 3 # Check verbose 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 -v -a25 -e trace=sendmmsg,recvmmsg 8