1#!/bin/sh
2
3# Check semop syscall decoding.
4
5. "${srcdir=.}/init.sh"
6run_strace_match_diff -a32 -e trace=semop,semtimedop
7