Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
b070229f56d6a737945c47f7195a433d338cd068
/
.
/
tests
/
epoll_create1.test
blob: fa93a2b3c92155d60c4c41529e2561852dc393bd [
file
] [
log
] [
blame
]
#!/bin/sh
# Check epoll_create1 syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
run_strace
-
e epoll_create1 $args
match_grep
exit
0