7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check decoding of timeout argument of recvmmsg syscall.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -a25 -e trace=recvmmsg
|