Skip to content
Snippets Groups Projects
Commit c63eb5dd authored by Emil Velikov's avatar Emil Velikov
Browse files

auxiliary/os: get the mmap/munmap wrappers working with android


 - Use macro for munmap under Android - the STATIC_ASSERT uses
a off_t which is not used under Android for mmap. As loff_t size
does not vary as does off_t just ignore the assert.

 - Wrap the long lines to improve readability.

Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent 417b1737
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment