Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
fc30bfe2a4b1a84465b4c80f3159d7d714c08d37
/
.
/
tools
/
update_syscalls.sh
blob: 3ad95ed59e801a1e1008020a459a90a176e5f984 [
file
] [
log
] [
blame
]
#!/bin/sh
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
cd $DIR
/..
./
libc
/
tools
/
gensyscalls
.
py
git diff
--
exit
-
code HEAD libc
/
arch
-*/
syscalls
/
exit $
?