From: Mark Andrews Date: Mon, 5 Jun 2023 22:08:57 +0000 (+1000) Subject: Fix typo in synchronize_rcu macro (add h) X-Git-Tag: v9.19.14~11^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e6e4ac05b88f9a0a5a2a65d4ec62c7af5f2741b9;p=thirdparty%2Fbind9.git Fix typo in synchronize_rcu macro (add h) synchronize_rcu has not been used until now in BIND9 and there was a typo in the define (a 'h' was missing). --- diff --git a/lib/isc/include/isc/urcu.h b/lib/isc/include/isc/urcu.h index 42a410f5555..c4dfe6a180b 100644 --- a/lib/isc/include/isc/urcu.h +++ b/lib/isc/include/isc/urcu.h @@ -103,7 +103,7 @@ } #undef synchronize_rcu -#define synchronize_rcu() isc_qsbr_syncronize_rcu() +#define synchronize_rcu() isc_qsbr_synchronize_rcu() #define isc_qsbr_rcu_dereference(ptr) \ ({ \