summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/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-1/+1
|
* sync with glibcMike Frysinger2006-04-211-1/+5
|
* sync with glibcMike Frysinger2005-12-011-2/+8
|
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* Sync up sparc headersEric Andersen2001-11-141-9/+27
|
* I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen2001-03-061-0/+77
to facilitate the sparc porting work being done by Mathew Bosworth. -Erik