about summary refs log tree commit diff
path: root/arch/powerpc/bits/mman.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy2013-01-121-0/+7
|
* add more arch-specific MAP_ macros to bits/mman.hrofl0r2012-12-061-0/+4
| | | | these are also needed by qemu.
* remove MAP_32 from non-x86 archsrofl0r2012-12-061-1/+0
| | | | both kernel and glibc define it only on x86(_64).
* add MAP_NORESERVE to bits/mman.hrofl0r2012-12-061-0/+1
| | | | | this is needed for qemu, and since it differs for each arch it can't be circumvented easily by using a macro in CFLAGS.
* fix powerpc types to match abi, and some feature test issuesRich Felker2012-11-211-1/+1
|
* PPC port cleaned up, static linking works well now.rofl0r2012-11-131-0/+50