aboutsummaryrefslogtreecommitdiff
path: root/include/sys/mman.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* define MAP_ANON for systems with MAP_ANONYMOUSBrent Cook2014-07-301-3/+3
| | | | switch the sense of this check
* add sys/mman.h shim to define MAP_ANON if neededBrent Cook2014-07-291-0/+14
thanks to kinichiro for pointing this out ok deraadt@ beck@