Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
strace
/
aea4b876c842081829b5174f5d07331e2bccf6a6
/
.
/
linux
/
dummy_check.sh
blob: bcce34c8a586882f1c135aa877033eb205b4706d [
file
] [
log
] [
blame
]
#!/bin/sh
grep
'^#define'
dummy
.
h
|
cut
-
f2
|
\
while
read func
;
do
grep
-
q
-
F
--
"${func}("
syscall
.
h
&&
echo
"Defined as macro and as func: $func"
done