blob: d0b65d1a306c85ca49c4b4a05fe5b62f9cc2965c [file] [log] [blame]
#!/bin/sh
# Check msgget, msgsnd, msgrcv, msgctl syscalls decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -v -e msgget,msgsnd,msgrcv,msgctl $args
match_grep
exit 0