• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check decoding of mq_open, mq_notify, mq_timedsend, mq_timedreceive syscalls.
4
5. "${srcdir=.}/init.sh"
6run_strace_match_diff -e trace=mq_open,mq_notify,mq_timedsend,mq_timedreceive,mq_unlink -eread=0 -a14
7