From: GNU Libc Maintainers Date: Sun, 4 Dec 2016 21:49:53 +0000 (+0000) Subject: cvs-check-local-headers X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2^2^2^2~81 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=04928b2579e35103f40a8cb95bac8d1a3092b8ab;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 } {