about summary refs log tree commit diff
path: root/scripts/check-local-headers.sh
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-29 03:26:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-29 03:26:12 +0100
commit016c64236dee6e28f09c10ba38f274aad7205f95 (patch)
treebb861db535b7097c68f2c0203ae24ae2ca233f5b /scripts/check-local-headers.sh
parentf6abd970284a06380cd9d905f43da104bd49fc95 (diff)
downloadglibc-016c64236dee6e28f09c10ba38f274aad7205f95.tar.gz
glibc-016c64236dee6e28f09c10ba38f274aad7205f95.tar.xz
glibc-016c64236dee6e28f09c10ba38f274aad7205f95.zip
hurd: Accept including hurd/version.h
We need it to get the RPC API version.
Diffstat (limited to 'scripts/check-local-headers.sh')
-rwxr-xr-xscripts/check-local-headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index 837b3e9c70..cb66d6e7e3 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|gd|nss3/|nspr4?/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
+    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h|version\\.h)|gd|nss3/|nspr4?/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {