Commits


Sam James authored and GitHub committed 7f7c96a2649
sysinfo.cc: Always abort on GetNumCPUs failure (#1756) Defines a wrapper function, CheckNumCPUs, which enforces that GetNumCPUs never returns fewer than one CPU. There is no reasonable way to continue if we are unable to identify the number of CPUs. Signed-off-by: Sam James <sam@gentoo.org>