From 3ad023f906916fc871abdd38107af31b916dab7c Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Mon, 29 Oct 2018 20:36:01 +0000 Subject: [PATCH] local-nocheck-installed-headers Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-nocheck-installed-headers.diff --- scripts/check-installed-headers.sh | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.30.2