7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check mlock and munlock syscalls decoding.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -e trace=mlock,munlock -a20
|