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