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