mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Ignore libaudit.h when checking for system header use
This commit is contained in:
parent
45b96dd684
commit
d91a8b93aa
@ -1,5 +1,7 @@
|
||||
2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* scripts/check-local-headers.sh: Ignore libaudit.h.
|
||||
|
||||
* nscd/Makefile (extra-objs): Make recursively expanded.
|
||||
|
||||
2011-11-01 Ulrich Drepper <drepper@gmail.com>
|
||||
|
@ -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 }
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user