From: GNU Libc Maintainers Date: Sat, 16 Dec 2017 14:37:43 +0000 (+0000) Subject: local-nocheck-installed-headers X-Git-Tag: archive/raspbian/2.25-5+rpi1^2~73 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f54d9e9fc29e3dbba9f83b3ca041817ce1c0ad2;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)