Matt Kenney

Results 1 comments of Matt Kenney

I also hit this issue. I fixed it by commenting out the line `typedef uint8_t clockid_t;` [here](https://github.com/facebook/folly/blob/master/folly/portability/Time.h#L52). I think maybe something changed in iOS SDK 15. Sadly, I do not...