Don't try to install the failure signal handler in folly::init on Windows
authorChristopher Dykes <cdykes@fb.com>
Wed, 9 Nov 2016 23:13:35 +0000 (15:13 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 9 Nov 2016 23:23:36 +0000 (15:23 -0800)
commitdb9e283c930652840cf431b3cf596cb8890d12c5
tree710845fb54e31c40d40b20944d9c3b17cfa2bc22
parent1dcc41cf51197f9497b5e24f2f310a39649f3132
Don't try to install the failure signal handler in folly::init on Windows

Summary: Because GTest doesn't support it on platforms that don't implement `sigaction`.

Reviewed By: yfeldblum

Differential Revision: D4155882

fbshipit-source-id: fe8df316242b293afaf94c2a5d0f8a5e60b51285
folly/init/Init.cpp