summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/mman.h
AgeCommit message (Collapse)Author
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
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>
2006-08-23sync with upstream via psmMike Frysinger
2006-02-22sync headers with glibcMike Frysinger
2005-11-27define MREMAP_FIXEDMike Frysinger
2001-10-15include/bits from glibc-2.2.4-1David Schleef
2001-05-11Bring powerpc back into line so it compiles again.Eric Andersen