]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Ignore explict memory ordering in lib/isc/rwlock.c
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 17:42:03 +0000 (19:42 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 17:42:03 +0000 (19:42 +0200)
util/checklibs.sh

index b47cb52fe1f4cc6fbc6190b5ddc9bfc8beebea9a..1c43a61b716f5451a5606476674bff43c9cdf500 100755 (executable)
@@ -56,7 +56,7 @@ list=$(git grep -l stdatomic.h lib bin ':(exclude)lib/isc/include/isc/atomic\.h'
 #
 # Check for the usage of explicit memory ordering
 #
-list=$(git grep -l memory_order_.* lib bin ':(exclude)lib/isc/include/isc/atomic\.h' \
+list=$(git grep -l memory_order_.* lib bin ':(exclude)lib/isc/include/isc/atomic\.h' ':(exclude)lib/isc/rwlock\.c' \
   | grep -e '\.c$' -e '\.h$')
 [ -n "$list" ] && {
   status=1