Replace all includes of pthread.h with the portability header
authorChristopher Dykes <cdykes@fb.com>
Fri, 14 Jul 2017 22:59:17 +0000 (15:59 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 14 Jul 2017 23:06:27 +0000 (16:06 -0700)
commitd63e7a1b1f5b3d4700c8e104d4b9ca6cef376a75
tree25e98c7d444d17a30a794a4e619463f577b20e92
parent616842014ae7ca8f6ada6083087eb661b0313a56
Replace all includes of pthread.h with the portability header

Summary: It is a non-portable include as it is include-order sensitive.

Reviewed By: yfeldblum

Differential Revision: D5427885

fbshipit-source-id: 50850064fc8fa3ed6f8fc235f31edbda4144663c
folly/experimental/symbolizer/SignalHandler.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSSLSocketTest2.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/SmallLocksTest.cpp