summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/_mmap.c
AgeCommit message (Collapse)Author
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
-Erik
2003-03-06For now, leave mmap on mips using mmap1, since mmap2 seemsEric Andersen
to have 'issues' (i.e. it doesn't work 100% properly). -Erik
2003-02-26Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen
-Erik
2002-02-22Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen
ash/vi/etc now works just fine with uClibc on mips.