From: Ondřej Surý Date: Mon, 8 Jun 2026 17:42:03 +0000 (+0200) Subject: Ignore explict memory ordering in lib/isc/rwlock.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe8c85854df31500c9af7aad7924fcb5d517d83;p=thirdparty%2Fbind9.git Ignore explict memory ordering in lib/isc/rwlock.c --- diff --git a/util/checklibs.sh b/util/checklibs.sh index b47cb52fe1f..1c43a61b716 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -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