mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 15:29:59 -04:00
fix: nil: Ignore explict memory ordering in lib/isc/rwlock.c
Merge branch 'ondrej/update-checklibs.out-for-isc_rwlock' into 'main' See merge request isc-projects/bind9!12211
This commit is contained in:
commit
02c6ef5ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue