Create the dirent.h portability header
authorChristopher Dykes <cdykes@fb.com>
Fri, 1 Apr 2016 18:18:42 +0000 (11:18 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Fri, 1 Apr 2016 18:20:30 +0000 (11:20 -0700)
commitad4df4afedb3ac785d0dd91164872aa902770a98
tree52c7e29a39313d4c6d7d7b3ec9a4514279311b00
parentc63fe6c3e358c81a3e5458c16410191e93ceb6f5
Create the dirent.h portability header

Summary: We don't have dirent.h on Windows, but we can emulate its behavior.

Reviewed By: yfeldblum

Differential Revision: D2978570

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