summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/_mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* For now, leave mmap on mips using mmap1, since mmap2 seemsEric Andersen2003-03-061-0/+5
| | | | | to have 'issues' (i.e. it doesn't work 100% properly). -Erik
* Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen2003-02-261-0/+5
| | | | -Erik
* Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen2002-02-221-0/+8
ash/vi/etc now works just fine with uClibc on mips.