• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check getxpid, getxuid, and getxgid syscalls decoding.
4
5. "${srcdir=.}/init.sh"
6run_strace_match_diff -a10 -e trace=getxpid,getxuid,getxgid
7