]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Fix one-definition-rule violation in the loop unit test
authorOndřej Surý <ondrej@isc.org>
Thu, 24 Jul 2025 15:34:23 +0000 (17:34 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 24 Jul 2025 15:34:23 +0000 (17:34 +0200)
commitb48040e788da889e3b8870d61044cd58cf45b15d
tree1942f5573ac7e51ea245c122bd25ff07dcbcd6ad
parent2a3e0ca81d36b38e00e5670a73fc8be6aa6eb75f
parent2092f8895fad03ee9cefb8a1b14bf4b730dd5ca4
fix: dev: Fix one-definition-rule violation in the loop unit test

Rename isc__loopmgr when including the loop.c into loop_test.c to prevent odr-violation over isc__loopmgr.

Merge branch 'ondrej/prevent-odr-violation-in-loop-unit-test' into 'main'

See merge request isc-projects/bind9!10772