aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-01 22:24:49 -0400
committerUlrich Drepper <drepper@gmail.com>2011-11-01 22:24:49 -0400
commitd35dce5213b357c218e252cbcb7a853cdecfcb41 (patch)
treed74c39739e52583229de726b281c6f97e4c9cef2 /scripts
parent34372fc6d3e7bb8870905a6ac124bb2217e3800a (diff)
parent647776f663e8bb9ee365e0dbabd3702b8cb80bc3 (diff)
downloadglibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.tar.xz
glibc-d35dce5213b357c218e252cbcb7a853cdecfcb41.zip
Merge branch 'master' of ssh://sourceware.org/git/glibc
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 b73078d364..62831ddda1 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -29,7 +29,7 @@ exec ${AWK} -v includedir="$includedir" '
BEGIN {
status = 0
exclude = "^" includedir \
- "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h)"
+ "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
}
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
{