summaryrefslogtreecommitdiff
path: root/include/sys/mman.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add minimal winsock->BSD networking header shimsBrent Cook2014-12-031-0/+5
| | | | also add license header to existing shims
* 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@