bind9/lib
Ondřej Surý b28327354d Ignore the invalid L1 cache line size returned by sysconf()
On some systems, the glibc can return 0 instead of cache-line size to
indicate the cache line sizes cannot be determined.  This is comment
from glibc source code:

    /* In general we cannot determine these values.  Therefore we
       return zero which indicates that no information is
       available.  */

As the goal of the check is to determine whether the L1 cache line size
is still 64 and we would use this value in case the sysconf() call is
not available, we can also ignore the invalid values returned by the
sysconf() call.
2022-01-22 16:59:50 +01:00
..
bind9 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dns Don't schedule next zone events when shutting down 2022-01-13 17:58:33 +01:00
irs Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
isc Ignore the invalid L1 cache line size returned by sysconf() 2022-01-22 16:59:50 +01:00
isccc Use ISC_R_SHUTTINGDOWN to detect netmgr shutting down 2022-01-13 09:14:12 +01:00
isccfg Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ns Explicitly enable IPV6_V6ONLY on the netmgr sockets 2022-01-17 22:16:27 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00