]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove isc_rwlock_downgrade() from isc_rwlock
authorOndřej Surý <ondrej@isc.org>
Fri, 14 Oct 2022 09:42:31 +0000 (11:42 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 2 Nov 2022 08:05:37 +0000 (09:05 +0100)
commit98b7a93772077c021c3ff8a8d763decb8dffeba1
tree21ffd05978db7665124b1c83d8578b1b291421fc
parent1d448de8028e4006c6e66254bea68b86e42d01e7
Remove isc_rwlock_downgrade() from isc_rwlock

The isc_rwlock_downgrade() is not used anywhere, so we can remove it and
make the pthread_rwlock implementation simpler.
lib/isc/include/isc/rwlock.h
lib/isc/rwlock.c