From: GNU Libc Maintainers Date: Fri, 26 Jan 2018 22:35:29 +0000 (+0000) Subject: local-nocheck-installed-headers X-Git-Tag: archive/raspbian/2.26-6+rpi1^2~95 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49cc241ef3101c5263f0c1ed78c65b2cfe673764;p=glibc.git local-nocheck-installed-headers =================================================================== Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-nocheck-installed-headers.diff --- diff --git a/scripts/check-installed-headers.sh b/scripts/check-installed-headers.sh index 4cbef0ea4..44c95a2c2 100644 --- a/scripts/check-installed-headers.sh +++ b/scripts/check-installed-headers.sh @@ -83,6 +83,10 @@ for header in "$@"; do # instead, plus an inclusion of that header. (sys/elf.h) continue;; + + # These are completely not following standards + (hurd.h | hurd/* | faultexc_server.h | mach.h | mach_init.h | mach_error.h | mach-shortcuts.h | mach/* | device/* | lock-intern.h | spin-lock.h | machine-sp.h) + continue;; # sys/sysctl.h is unsupported for x32. (sys/sysctl.h)