8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check verbose decoding of msg_name* fields of struct msghdr array argument
|
||
|
# of sendmmsg and recvmmsg syscalls.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -v -a25 -e trace=sendmmsg,recvmmsg
|