]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - scripts/check-local-headers.sh
Correct build-many-glibcs.py arm-linux-gnueabihf configurations.
[thirdparty/glibc.git] / scripts / check-local-headers.sh
index 2136b58a5090480e8540326a5ed306721cd8b3a8..0cde6e8e92a11ab631ce6a6574df7a23e704f3f7 100755 (executable)
@@ -1,5 +1,5 @@
-#! /bin/bash
-# Copyright (C) 2005-2015 Free Software Foundation, Inc.
+#!/bin/bash
+# Copyright (C) 2005-2017 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -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/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|nspr4?/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {