swift
c75781ae
- [Threading] Use `tss_dtor_t` and not just `void(*)(void *)`.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[Threading] Use `tss_dtor_t` and not just `void(*)(void *)`. 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
References
#79152 - [Threading] Use `tss_dtor_t` and not just `void(*)(void *)`.
Author
al45tair
Parents
cf8a5bd6
Loading