auxiliary/os: get the mmap/munmap wrappers working with android
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 19 Oct 2014 15:16:51 +0000 (16:16 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 23 Oct 2014 14:18:11 +0000 (15:18 +0100)
commitc63eb5dd5eccf8ecfcb9d83d680e17d2d6a12e7b
treebc1fa33f8845fed3243a8c2a775087fd6c64e573
parent417b17378ae9a8c590b01f3432fa1542a0f042d7
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: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/auxiliary/os/os_mman.h