Make check-installed-headers.sh ignore sys/sysctl.h for x32.
commit06b9e94f797b910da782b4608545e416ec5af1df
authorJoseph Myers <joseph@codesourcery.com>
Mon, 7 Nov 2016 23:32:17 +0000 (7 23:32 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 7 Nov 2016 23:32:17 +0000 (7 23:32 +0000)
tree753897c89fce3aba5846215259b1066974432617
parent327792ce5709dd9f6cc8d15732c4af65705eff76
Make check-installed-headers.sh ignore sys/sysctl.h for x32.

check-installed-headers tests were failing for x32 because of the x86
bits/sysctl.h containing a #error for x32.  This patch makes the tests
ignore sys/sysctl.h for x32, similar to the other special-casing of
particular headers.

Tested for x86_64 (full testing for -m64, compile-only for x32).

* scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.
ChangeLog
scripts/check-installed-headers.sh