]> git.ipfire.org Git - thirdparty/xz.git/commit
Fix the detection of installed RAM on QNX.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 29 Mar 2015 19:13:48 +0000 (22:13 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 29 Mar 2015 19:13:48 +0000 (22:13 +0300)
commit25263fd9e7a8a913395cb93d7c104cd48c2b4a00
tree0c91dcc8ea5ebd2643418cf2ecdd02b5213a50e7
parent4c544d2410903d38402221cb783ed85585b6a007
Fix the detection of installed RAM on QNX.

The earlier version compiled but didn't actually work
since sysconf(_SC_PHYS_PAGES) always fails (or so I was told).

Thanks to Ole André Vadla Ravnås for the patch and testing.
m4/tuklib_physmem.m4
src/common/tuklib_physmem.c