Create the pthread.h portability header
Summary: The primary issue is that the pthread implementation we use for Windows defines `pthread_t` as a struct (yes, it is allowed to do this), which breaks a lot of things. Reviewed By: yfeldblum Differential Revision: D2862671 fb-gh-sync-id: 551569b6a9e2e374cf77e186e148b6b397f8f25f fbshipit-source-id: 551569b6a9e2e374cf77e186e148b6b397f8f25f
Showing
folly/portability/PThread.h
0 → 100755
Please register or sign in to comment