mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
check-local-headers: ignore c++ headers
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* scripts/check-local-headers.sh: Ignore c++ headers.
|
||||||
|
|
||||||
2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
|
2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
|
* libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
|
||||||
|
@ -32,7 +32,7 @@ exec ${AWK} -v includedir="$includedir" '
|
|||||||
BEGIN {
|
BEGIN {
|
||||||
status = 0
|
status = 0
|
||||||
exclude = "^" includedir \
|
exclude = "^" includedir \
|
||||||
"/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|gd|nss3/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
|
"/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
|
||||||
}
|
}
|
||||||
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user