From fbe8c85854df31500c9af7aad7924fcb5d517d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 8 Jun 2026 19:42:03 +0200 Subject: [PATCH] Ignore explict memory ordering in lib/isc/rwlock.c --- util/checklibs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/checklibs.sh b/util/checklibs.sh index b47cb52fe1..1c43a61b71 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