Create the unistd.h portability header
authorChristopher Dykes <cdykes@fb.com>
Fri, 6 May 2016 00:24:55 +0000 (17:24 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Fri, 6 May 2016 00:35:23 +0000 (17:35 -0700)
commitaf77aab7ea371176605245b4056d0a46efbfcaba
tree5fbb532344d83f339382fadd9020f1fa3be9cb42
parenta9c78aa8cbed43a075fe6abdca65d8124d618a3c
Create the unistd.h portability header

Summary: Windows doesn't have it, and it's used in a lot of places.

Reviewed By: yfeldblum

Differential Revision: D2997499

fb-gh-sync-id: fbf8f5f087b8f39197d5bf2177e4d34efd74631f
fbshipit-source-id: fbf8f5f087b8f39197d5bf2177e4d34efd74631f
folly/Makefile.am
folly/portability/Unistd.cpp [new file with mode: 0755]
folly/portability/Unistd.h [new file with mode: 0755]