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 $?