mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
4c544d2410
It tried to use sysctl() on QNX but - it broke the build because sysctl() needs -lsocket on QNX; - sysctl() doesn't work for detecting the core count on QNX even if it compiled. sysconf() works. An alternative would have been to use QNX-specific SYSPAGE_ENTRY(num_cpu) from <sys/syspage.h>. Thanks to Ole André Vadla Ravnås. |
||
---|---|---|
.. | ||
.gitignore | ||
ax_pthread.m4 | ||
getopt.m4 | ||
posix-shell.m4 | ||
tuklib_common.m4 | ||
tuklib_cpucores.m4 | ||
tuklib_integer.m4 | ||
tuklib_mbstr.m4 | ||
tuklib_physmem.m4 | ||
tuklib_progname.m4 |