]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: dev: Cleanup isc/util.h header and friends
authorOndřej Surý <ondrej@isc.org>
Sat, 1 Mar 2025 06:35:58 +0000 (06:35 +0000)
committerOndřej Surý <ondrej@isc.org>
Sat, 1 Mar 2025 06:35:58 +0000 (06:35 +0000)
commit239712df16d2cd75e2d50ad7c64ddae7af75fee3
treec306acc7e37abf4bf75a119c805e1d8e290fdc23
parente02d73e7e39e2587ecc88ff14943ad2fadc24042
parentce7879c924a6f0fb50029831dad107c52a7d6281
rem: dev: Cleanup isc/util.h header and friends

Cleanup short list macros from <isc/util.h>, remove two unused headers, move locking macros to respective headers and use only the C11 static assertion.

Merge branch 'ondrej/cleanup-short-macros' into 'main'

See merge request isc-projects/bind9!10196