auxiliary/os: add wrappers for mmap/munmap
authorChia-I Wu <olv@lunarg.com>
Sun, 21 Aug 2011 03:58:30 +0000 (11:58 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 24 Aug 2011 02:57:12 +0000 (10:57 +0800)
commit9bda86c3550090f5370ef2d010e659758dc9a540
tree7c126c1f7a958024cc5e3cbcb46e1fcdec11d299
parent0d636213d491f88726155e12c3b445a88e0f1cd8
auxiliary/os: add wrappers for mmap/munmap

The use of mmap() in winsys requires large file support.  Not all OSes
have LFS so a wrapper should be used.  In particular, os_mmap() should
call __mmap2() on Android.
src/gallium/auxiliary/os/os_mman.h [new file with mode: 0644]