On Thu, May 25, 2017 at 5:41 PM, Michael Ilseman <milse...@apple.com> wrote: > That would be awesome! Do you use the static stdlib configuration? > > I had to make assumptions about the type of pthread_key_t. If the type is > wrong, there’s a nice static_assert with a message telling how to fix it. > This came up yesterday for Android builds, and fixes are pretty straight > forward: https://github.com/apple/swift/pull/9930/files >
From a very quick (non-exhaustive) look I see pthread_key_t defined in freebsd sys/ as: `typedef int pthread_key_t;` Is this compliant with your definition? Thanks, -- Davide _______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev