summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2020-03-27 18:18:56 -0400
committerPaul Moore <paul@paul-moore.com>2020-03-27 18:21:32 -0400
commit6780d9c0ecefd6d5886fae154eb0c526241bd155 (patch)
tree9bdae744a578c1ff5ece6b1bab320ad82e881770 /tools
parent0e3db6a4bbd15b151805e484fa52771b49eb9da7 (diff)
downloadlibseccomp-6780d9c0ecefd6d5886fae154eb0c526241bd155.tar.gz
check-syntax: ignore the gperf auto generated files
It is pointless to check the syntax of automatically generated files so let's stop doing it. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-syntax2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-syntax b/tools/check-syntax
index 7429334..42790d3 100755
--- a/tools/check-syntax
+++ b/tools/check-syntax
@@ -26,7 +26,7 @@ CHK_C_LIST="include/seccomp.h.in \
src/*.c src/*.h \
tests/*.c tests/*.h \
tools/*.c tools/*.h"
-CHK_C_EXCLUDE=""
+CHK_C_EXCLUDE="src/syscalls.perf.c"
####
# functions