about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-21 03:24:32 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-21 03:24:55 +0200
commit66abf9bfbe24ac1e7207d26ccad725ed938dc52c (patch)
treea958dca6b8abe84765a74be634817aa922bd09c6 /scripts
parentd5602cebf1ff25ef34298a52209283879609ec16 (diff)
downloadglibc-66abf9bfbe24ac1e7207d26ccad725ed938dc52c.tar.gz
glibc-66abf9bfbe24ac1e7207d26ccad725ed938dc52c.tar.xz
glibc-66abf9bfbe24ac1e7207d26ccad725ed938dc52c.zip
mach: Add more allowed external headers
	* scripts/check-local-headers.sh (exclude): Add mach_debug/.
Diffstat (limited to 'scripts')
-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 4cae4db572..0a967bb5ce 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/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|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)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {