commit | 25263fd9e7a8a913395cb93d7c104cd48c2b4a00 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Sun Mar 29 22:13:48 2015 +0300 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Sun Mar 29 22:13:48 2015 +0300 |
tree | 0c91dcc8ea5ebd2643418cf2ecdd02b5213a50e7 | |
parent | 4c544d2410903d38402221cb783ed85585b6a007 [diff] |
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.