mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Add more exception to local headers list
* scripts/check-local-headers.sh (exclude): Add device/, hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs, cthreads.h.
This commit is contained in:
parent
661a7dbad0
commit
9e70234cbd
@ -23,6 +23,9 @@
|
||||
* sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
|
||||
9th parameter to __vm_region instead of int.
|
||||
* bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
|
||||
* scripts/check-local-headers.sh (exclude): Add device/,
|
||||
hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
|
||||
cthreads.h.
|
||||
|
||||
2015-03-19 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
|
@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" '
|
||||
BEGIN {
|
||||
status = 0
|
||||
exclude = "^" includedir \
|
||||
"/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
|
||||
"/(.*-.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
|
||||
}
|
||||
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user