]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add more exception to local headers list
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 22 Mar 2015 23:28:42 +0000 (00:28 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 22 Mar 2015 23:31:02 +0000 (00:31 +0100)
* scripts/check-local-headers.sh (exclude): Add device/,
hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
cthreads.h.

ChangeLog
scripts/check-local-headers.sh

index 6a53c06c02997ff0dc1c5eaa5e8194b2fea73ba3..5538acdefad71fbfd601de829f34dad2e4824df1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 2136b58a5090480e8540326a5ed306721cd8b3a8..3589c4056d7d80db334e895dcfb9c390eec25211 100755 (executable)
@@ -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 }
 {