mirror of
https://git.tukaani.org/xz.git
synced 2026-02-25 21:38:06 +00:00
HAVE_SYS_PARAM_H was misspelled HAVE_PARAM_H. This might have broken the build on systems where sysctl() is used to detect the amount of RAM or the number of processor cores/threads. The cpuset code for FreeBSD doesn't need the macro it so it was removed. Fixes: https://github.com/dotnet/runtime/pull/124003#discussion_r2782313680 Fixes: https://github.com/dotnet/runtime/pull/124003#discussion_r2782313704 Fixes: 7e3493d40eac ("Build: Add very limited experimental CMake support.")