mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:12:04 -04:00
Merge branch '4116-building-with-with-liburcu-qsbr-fails' into 'main'
Resolve "Building with --with-liburcu=qsbr fails" Closes #4116 See merge request isc-projects/bind9!8002
This commit is contained in:
commit
8169a0ee31
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
({ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue