From: GNU Libc Maintainers Date: Mon, 16 Jul 2018 20:23:13 +0000 (+0100) Subject: local-nocheck-installed-headers X-Git-Tag: archive/raspbian/2.27-5+rpi1^2~65 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=428aa85f1e2757d54eabb33477fb03db8b6ad506;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 3384e1c3e..de8b80e3e 100644 --- a/scripts/check-installed-headers.sh +++ b/scripts/check-installed-headers.sh @@ -84,6 +84,10 @@ for header in "$@"; do (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;; + # libio.h and _G_config.h are deprecation stubs containing #warnings # to use stdio.h instead. (libio.h | _G_config.h)