Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
b45a1e78e320962b0135e44d572393fa22404da1
/
.
/
tests
/
mlock.test
blob: 9a73a3063dfb95d96db63007083ccd8825339e24 [
file
] [
log
] [
blame
]
Fei Jie
b45a1e7
2016-04-27 16:54:19 +0800
[
diff
] [
blame^
]
1
#!/bin/sh
2
3
# Check mlock and munlock syscalls decoding.
4
5
.
"${srcdir=.}/init.sh"
6
run_strace_match_diff
-
e trace
=
mlock
,
munlock
-
a20