local-nocheck-installed-headers
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
===================================================================

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name local-nocheck-installed-headers.diff

scripts/check-installed-headers.sh

index 4cbef0ea49faf502015f7e1d26437f4a7f18e7cd..44c95a2c2385aa9c012988ba03dd405e59d14842 100644 (file)
@@ -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)