Closed NiLuJe closed 2 years ago
Allows simplifying the mmap sanity checks in mapfile, and actually ensuring they won't break when -D_FILE_OFFSET_BITS=64
This possibly fixes the test failures seen in #86
It appears to fix the failures we were seeing on armv7 Android, which I'm hoping were similar in spirit ;).
Thank you for PR.
Allows simplifying the mmap sanity checks in mapfile, and actually ensuring they won't break when -D_FILE_OFFSET_BITS=64
This possibly fixes the test failures seen in #86