From: GNU Libc Maintainers Date: Fri, 9 Mar 2018 20:48:04 +0000 (+0000) Subject: local-nocheck-installed-headers X-Git-Tag: archive/raspbian/2.27-2+rpi1^2~62 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=11fa47216b1226162b49c6094c45274c5894fbd3;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)