Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
d2029cc4a1c392297041444b1427f2b6b4c5809a
/
.
/
tests
/
eventfd.test
blob: e181ed6efa0842588c4b4fac53423c77c719caa5 [
file
] [
log
] [
blame
]
Dmitry V. Levin
c8cba99
2015-08-01 21:08:13 +0000
[
diff
] [
blame
]
1
#!/bin/sh
2
3
# Check eventfd2 syscall decoding.
4
5
.
"${srcdir=.}/init.sh"
6
7
run_prog
8
run_strace
-
e eventfd2 $args
9
match_diff
10
11
exit
0