mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
- Make isc_mutex_destroy return void
- Make isc_mutexblock_init/destroy return void - Minor cleanups
This commit is contained in:
@@ -137,7 +137,7 @@ isc_rwlock_destroy(isc_rwlock_t *rwl) {
|
||||
rwl->magic = 0;
|
||||
(void)isc_condition_destroy(&rwl->readable);
|
||||
(void)isc_condition_destroy(&rwl->writeable);
|
||||
DESTROYLOCK(&rwl->lock);
|
||||
isc_mutex_destroy(&rwl->lock);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user