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
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