local-nocheck-installed-headers
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 3 Mar 2018 10:47:56 +0000 (10:47 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 3 Mar 2018 10:47:56 +0000 (10:47 +0000)
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name local-nocheck-installed-headers.diff

scripts/check-installed-headers.sh

index 3384e1c3e7632be3020a006c8fc0a9443543d97c..de8b80e3ea8e22b626b9caed9d5eca84c912910f 100644 (file)
@@ -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)