mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
12 lines
491 B
Diff
12 lines
491 B
Diff
![]() |
--- scripts/check-local-headers.sh.orig 2012-07-03 13:31:41.000000000 +0400
|
||
|
+++ scripts/check-local-headers.sh 2012-07-03 13:58:54.527563305 +0400
|
||
|
@@ -28,7 +28,7 @@
|
||
|
BEGIN {
|
||
|
status = 0
|
||
|
exclude = "^" includedir \
|
||
|
- "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h|sys/sdt(-config)?\\.h))"
|
||
|
+ "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|multiarch-|gd|nss3/|sys/capability\\.h|libaudit\\.h|sys/sdt(-config)?\\.h))"
|
||
|
}
|
||
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||
|
{
|