Create the sys/stat.h portability header
authorChristopher Dykes <cdykes@fb.com>
Wed, 9 Mar 2016 18:30:53 +0000 (10:30 -0800)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Wed, 9 Mar 2016 18:35:20 +0000 (10:35 -0800)
commit44af4e0987fd29aa75317643de8895e0a3ef4452
treebf431720b0f17217f6ae3b79247541ddfac36543
parentd7a2b20b4df53ee1e622ebc7cb58d1b1f0959ec7
Create the sys/stat.h portability header

Summary: Windows has it, but it doesn't define lstat, and a few other functions have other names.

Reviewed By: yfeldblum

Differential Revision: D3003096

fb-gh-sync-id: e7bc210390d18806c8c89cbc18711bb7a728e12f
shipit-source-id: e7bc210390d18806c8c89cbc18711bb7a728e12f
folly/Makefile.am
folly/portability/SysStat.cpp [new file with mode: 0755]
folly/portability/SysStat.h [new file with mode: 0755]