Create the stdlib.h portability header
authorChristopher Dykes <cdykes@fb.com>
Wed, 4 May 2016 23:45:56 +0000 (16:45 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Wed, 4 May 2016 23:50:30 +0000 (16:50 -0700)
commit2d9694873889d9d668d4d0a4238738c8a1ef5a68
tree02c35075ac64d46702a83e1f4ae7777a0db444b8
parent4e0a5b3a1086177f917296c53191107c395f5b34
Create the stdlib.h portability header

Summary: Windows doesn't have these functions under these names, so be nice to the code using it.

Reviewed By: yfeldblum

Differential Revision: D3003641

fb-gh-sync-id: 1657545af6975c96aea4a48c359250828b5921e0
fbshipit-source-id: 1657545af6975c96aea4a48c359250828b5921e0
folly/Makefile.am
folly/portability/Stdlib.cpp [new file with mode: 0644]
folly/portability/Stdlib.h [new file with mode: 0644]