]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve reporting for mutex errors
authorMichał Kępień <michal@isc.org>
Wed, 13 Jul 2022 11:19:32 +0000 (11:19 +020)
committerMichał Kępień <michal@isc.org>
Wed, 13 Jul 2022 11:19:32 +0000 (11:19 +020)
commit3506a22fb7bf8beb5b79371f43ae3c88985e734d
tree7f3940716f4946a8f54083893f636e0da477fa88
parenta5346854b6c38d10d9dfb252c93b38c33890036b
Improve reporting for mutex errors

Replace all uses of RUNTIME_CHECK() in lib/isc/include/isc/mutex.h with
ERRNO_CHECK(), in order to improve error reporting for any mutex-related
run-time failures (by augmenting error messages with file/line/caller
information and the error string corresponding to errno).
lib/isc/include/isc/mutex.h