Don't warn if pthread_atfork isn't avaliable on MSVC
authorOrvid King <blah38621@gmail.com>
Wed, 12 Aug 2015 20:40:33 +0000 (13:40 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Wed, 12 Aug 2015 21:20:48 +0000 (14:20 -0700)
Summary: Because we don't even have `fork` to begin with under MSVC.
Closes #278

Reviewed By: @yfeldblum

Differential Revision: D2306518

Pulled By: @sgolemon


No differences found