From: GNU Libc Maintainers Date: Mon, 16 Jan 2017 17:43:37 +0000 (+0000) Subject: cvs-check-local-headers X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2^2^2~84 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d25cf09039daec7062ce28503707ffeccb5d7141;p=glibc.git cvs-check-local-headers commit 66abf9bfbe24ac1e7207d26ccad725ed938dc52c Author: Samuel Thibault Date: Sun Aug 21 03:24:32 2016 +0200 mach: Add more allowed external headers * scripts/check-local-headers.sh (exclude): Add mach_debug/. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name cvs-check-local-headers.diff --- diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 4cae4db57..0a967bb5c 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 } {