• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check umount2 syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
7case "$STRACE_ARCH" in
8	alpha|ia64) syscall=umount ;;
9	*) syscall=umount2 ;;
10esac
11run_strace_match_diff -s7 -e trace=$syscall
12