bind9/lib/isc/include
Ondřej Surý a274cf6ce6
Workaround the compile failure on macOS
The following check:

    __builtin_types_compatible_p(size_t, uint64_t)

doesn't work with default compiler on macOS.  Workaround the issue
by typing the size_t to matching unsigned int type.
2025-08-26 06:53:27 +02:00
..
isc Workaround the compile failure on macOS 2025-08-26 06:53:27 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00