7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check nanosleep and setitimer syscalls decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a20 -e trace=nanosleep,setitimer
|