Dmitry V. Levin | 93c9d1c | 2016-01-20 03:26:37 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check decoding of recvmsg and sendmsg syscalls. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
Dmitry V. Levin | 5dde567 | 2016-03-30 00:16:24 +0000 | [diff] [blame] | 6 | run_strace_match_diff -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg |