summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits/mman.h
AgeCommit message (Collapse)AuthorLines
2012-12-06add MAP_NORESERVE to bits/mman.hrofl0r-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.
2012-09-29microblaze portRich Felker-0/+50
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.