mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-22 04:01:57 +03:00
mach: Add more allowed external headers
* scripts/check-local-headers.sh (exclude): Add mach_debug/.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-08-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
|
* scripts/check-local-headers.sh (exclude): Add mach_debug/.
|
||||||
|
|
||||||
2016-08-19 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
2016-08-19 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* math/Makefile (libm-gen-calls): Add
|
* math/Makefile (libm-gen-calls): Add
|
||||||
|
@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" '
|
|||||||
BEGIN {
|
BEGIN {
|
||||||
status = 0
|
status = 0
|
||||||
exclude = "^" includedir \
|
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 }
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user