mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
* scripts/check-local-headers.sh: Exclude sys/sdt.h and
sys/sdt-config.h.
This commit is contained in:
parent
b2f80a478e
commit
b6c5ec0728
@ -1,3 +1,8 @@
|
|||||||
|
2012-10-02 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* scripts/check-local-headers.sh: Exclude sys/sdt.h and
|
||||||
|
sys/sdt-config.h.
|
||||||
|
|
||||||
2012-10-02 Roland McGrath <roland@hack.frob.com>
|
2012-10-02 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
|
* elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
|
||||||
|
@ -31,7 +31,7 @@ exec ${AWK} -v includedir="$includedir" '
|
|||||||
BEGIN {
|
BEGIN {
|
||||||
status = 0
|
status = 0
|
||||||
exclude = "^" includedir \
|
exclude = "^" includedir \
|
||||||
"/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
|
"/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
|
||||||
}
|
}
|
||||||
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user