Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix folly on OSX and BSD in prep for FastCGI on HHVM
Summary: A recent change in folly/MemoryMapping.cpp uses MAP_ANONYMOUS, which is named MAP_ANON on OSX/BSD. We need folly and third-party changes in order to land a pull request for HHVM that starts to get FastCGI running on OSX. See the checklist of the HHVM pull request here: facebook/hhvm#2944 (comment) Closes #67 GitHub Author: Daniel Sloof <[email protected]> @override-unit-failures Test Plan: fbmake runtests 100% Reviewed By: [email protected], [email protected] FB internal diff: D1407393
- Loading branch information