aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os/os_mman.h
Commit message (Collapse)AuthorAgeFilesLines
* auxiliary/os: add wrappers for mmap/munmapChia-I Wu2011-08-241-0/+87
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.