]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Use alignas() from stdatomics to align
authorOndřej Surý <ondrej@isc.org>
Thu, 13 Aug 2026 18:47:34 +0000 (20:47 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 13 Aug 2026 18:47:34 +0000 (20:47 +0200)
This is a followup to !12513 that missed two fixup commits that changed
__attribute__((__aligned__(N))) to alignas()

Merge branch 'ondrej/aligned-atomics-fixup' into 'main'

See merge request isc-projects/bind9!12578


Trivial merge