Re: [Mesa-dev] [PATCH 1/3] auxiliary/os: add wrappers for mmap/munmap

2011-08-23 Thread Chia-I Wu
On Sun, Aug 21, 2011 at 8:41 PM, Chia-I Wu wrote: > From: Chia-I Wu > > 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. If there is no objection, I plan to commit this seri

[Mesa-dev] [PATCH 1/3] auxiliary/os: add wrappers for mmap/munmap

2011-08-21 Thread Chia-I Wu
From: Chia-I Wu 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 | 87 1 files changed, 87 inserti