summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits/mman.h
Commit message (Collapse)AuthorAgeFilesLines
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-0/+2
| | | | | | | | | Now that the kernel supports MAP_UNINITIALIZE, have the malloc places use it to get real uninitialized memory on no-mmu systems. This avoids a lot of normally useless overhead involved in zeroing out all of the memory (sometimes multiple times). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sync with upstream via psmMike Frysinger2006-08-231-14/+16
|
* Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ↵Mike Frysinger2006-04-211-0/+9
| | | | of POSIX_MADV_*
* sync with glibcMike Frysinger2006-04-211-1/+9
|
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* Sync up mipsel headersEric Andersen2001-11-141-8/+8
|
* Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef2001-05-221-0/+86