]> sourceware.org Git - glibc.git/commitdiff
Adjust check-local-headers test for libaudit 4.0
authorFlorian Weimer <fweimer@redhat.com>
Fri, 19 Jul 2024 13:57:46 +0000 (15:57 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 19 Jul 2024 13:57:46 +0000 (15:57 +0200)
The new version introduces /usr/include/audit_logging.h and
/usr/include/audit-records.h.

scripts/check-local-headers.sh

index 5d3e61f8894b600e95e43e6417645dc0d4e32eb9..ad23840333f7c7e5ecf15f990b33e979be2cd653 100755 (executable)
@@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h|version\\.h)|gd|nss3/|nspr4?/|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|version\\.h)|gd|nss3/|nspr4?/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h|audit(_logging|-records)\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {
This page took 0.041182 seconds and 5 git commands to generate.