blob: 3ad95ed59e801a1e1008020a459a90a176e5f984 [file] [log] [blame]
Elliott Hughes96510932017-09-28 15:20:40 -07001#!/bin/sh
2DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3cd $DIR/..
4./libc/tools/gensyscalls.py
5
6git diff --exit-code HEAD libc/arch-*/syscalls/
7exit $?