]> git.ipfire.org Git - thirdparty/linux.git/commit
tools headers: Don't check arm64's unistd.h
authorLeo Yan <leo.yan@arm.com>
Thu, 8 Jan 2026 09:43:26 +0000 (09:43 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Jan 2026 20:09:31 +0000 (17:09 -0300)
commit9966b382d06733f7467484bb440d6db68b743207
tree67c688cdd0838bedb7eb943de5245002417b506c
parent129bb23a6f7d022610f902b57d36d69d7d210128
tools headers: Don't check arm64's unistd.h

The arm64 unistd.h in tools now diverges from the kernel header.
Comparing the two headers is pointless, remove the check.

Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/check-headers.sh