mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Although the C11 spec says `tss_dtor_t` is `void(*)(void *)`, there may be modifiers on the former typedef, so we should use it instead of directly writing the type. rdar://144220714