From 4dcd626b5a6c631442c49b579811c2436b67c657 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +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 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) -- 2.30.2