Create the sys/mman.h portability header
authorChristopher Dykes <cdykes@fb.com>
Fri, 18 Mar 2016 21:57:46 +0000 (14:57 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Fri, 18 Mar 2016 22:05:23 +0000 (15:05 -0700)
commit6346da0d83b301d3c967ce6f53401387ff177c9c
tree99acdc86bd8040aef375dbd7eeb2190da389bc36
parent2c8de414e51305fa00ef6efdab69de0fbda7aff1
Create the sys/mman.h portability header

Summary: Something that Windows very definitely lacks. This is a fun one.

Reviewed By: yfeldblum

Differential Revision: D2979661

fb-gh-sync-id: e23c1db0cb8655b22308b874bd421a7cc1e4759e
shipit-source-id: e23c1db0cb8655b22308b874bd421a7cc1e4759e
folly/IndexedMemPool.h
folly/Makefile.am
folly/MemoryMapping.cpp
folly/Portability.h
folly/detail/AtomicUnorderedMapUtils.h
folly/experimental/fibers/GuardPageAllocator.cpp
folly/portability/SysMman.cpp [new file with mode: 0755]
folly/portability/SysMman.h [new file with mode: 0755]
folly/test/AtomicHashArrayTest.cpp